#D2F2A9

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

Shades of Reef #D2F2A9

Tints of Reef #D2F2A9

Color information

#D2F2A9 (or 0xD2F2A9) is unknown color: approx Reef. HEX triplet: D2, F2 and A9. RGB value is (210,242,169). Sum of RGB (Red+Green+Blue) = 210+242+169=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 169 (66.41% from 255 or 27.21% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F2A9 is #2D0D56. Grayscale: #E0E0E0. Windows color (decimal): -2952535 or 11137746. OLE color: 11137746.

HSL color Cylindrical-coordinate representation of color #D2F2A9: hue angle of 86.3º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2F2A9 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB210242169-
CMYK0.1300.300.05
HSL86.3º73.74%80.59%-
HSV(B)86.3º30.17%94.9%-
XYZ65.4980.0749.54-
YUV224.1196.9117.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 169 (66.41% from 255) = 27.21%
R=33.82%
G=38.97%
B=27.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421690.1300.300.0586.373.7480.59
HexD2F2A9D01E5564a51
Octal322362251150365126112121
Binary1101001011110010101010011101011110101101011010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2A9; }

 p { color: rgb(210,242,169); }

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

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

 a { background-color: rgb(210,242,169); }

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

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

 span { border-color: rgb(210,242,169); }

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