#D0FEA2

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

Shades of Reef #D0FEA2

Tints of Reef #D0FEA2

Color information

#D0FEA2 (or 0xD0FEA2) is unknown color: approx Reef. HEX triplet: D0, FE and A2. RGB value is (208,254,162). Sum of RGB (Red+Green+Blue) = 208+254+162=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEA2 is #2F015D. Grayscale: #E6E6E6. Windows color (decimal): -3080542 or 10682064. OLE color: 10682064.

HSL color Cylindrical-coordinate representation of color #D0FEA2: hue angle of 90º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0FEA2 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB208254162-
CMYK0.1800.360.00
HSL90º97.87%81.57%-
HSV(B)90º36.22%99.61%-
XYZ67.9886.947.37-
YUV229.7689.76112.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 162 (63.67% from 255) = 25.96%
R=33.33%
G=40.71%
B=25.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541620.1800.360.009097.8781.57
HexD0FEA21202405a6252
Octal320376242220440132142122
Binary1101000011111110101000101001001001000101101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEA2; }

 p { color: rgb(208,254,162); }

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

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

 a { background-color: rgb(208,254,162); }

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

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

 span { border-color: rgb(208,254,162); }

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