#DEF884

Color #DEF884 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #DEF884

Tints of Tidal #DEF884

Color information

#DEF884 (or 0xDEF884) is unknown color: approx Tidal. HEX triplet: DE, F8 and 84. RGB value is (222,248,132). Sum of RGB (Red+Green+Blue) = 222+248+132=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 132 (51.95% from 255 or 21.93% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF884 is #21077B. Grayscale: #E3E3E3. Windows color (decimal): -2164604 or 8714462. OLE color: 8714462.

HSL color Cylindrical-coordinate representation of color #DEF884: hue angle of 73.45º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEF884 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB222248132-
CMYK0.1000.470.03
HSL73.45º89.23%74.51%-
HSV(B)73.45º46.77%97.25%-
XYZ67.8684.3334.53-
YUV22774.39124.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 248 (97.27% from 255) = 41.20%
BLUE value IS 132 (51.95% from 255) = 21.93%
R=36.88%
G=41.20%
B=21.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481320.1000.470.0373.4589.2374.51
HexDEF884A02F349594b
Octal336370204120573111131113
Binary1101111011111000100001001010010111111100100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF884; }

 p { color: rgb(222,248,132); }

 H1.HeaderClassName
 {
   color: #DEF884;
 }
 .AnyTagClassName
 {
   color: #DEF884;
 }
</style>
background-color css

<style>
 a { background-color: #DEF884; }

 a { background-color: rgb(222,248,132); }

 div.DivClassName
 {
   background-color: #DEF884;
 }
 .BgClassName
 {
   background-color: #DEF884;
 }
</style>
border-color css

<style>
 span { border-color: #DEF884; }

 span { border-color: rgb(222,248,132); }

 td.TdClassName
 {
   border-color: #DEF884;
 }
 .TagClassName
 {
   border-color: #DEF884;
 }
</style>