#D2F2AA

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

Shades of Reef #D2F2AA

Tints of Reef #D2F2AA

Color information

#D2F2AA (or 0xD2F2AA) is unknown color: approx Reef. HEX triplet: D2, F2 and AA. RGB value is (210,242,170). Sum of RGB (Red+Green+Blue) = 210+242+170=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F2AA is #2D0D55. Grayscale: #E0E0E0. Windows color (decimal): -2952534 or 11203282. OLE color: 11203282.

HSL color Cylindrical-coordinate representation of color #D2F2AA: hue angle of 86.67º degrees, saturation: 0.73, 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 #D2F2AA is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB210242170-
CMYK0.1300.300.05
HSL86.67º73.47%80.78%-
HSV(B)86.67º29.75%94.9%-
XYZ65.5980.1150.04-
YUV224.2297.4117.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=33.76%
G=38.91%
B=27.33%

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
Decimal2102421700.1300.300.0586.6773.4780.78
HexD2F2AAD01E5574951
Octal322362252150365127111121
Binary1101001011110010101010101101011110101101011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2AA; }

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

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

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

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

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

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

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

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