#D2F1AA

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

Shades of Reef #D2F1AA

Tints of Reef #D2F1AA

Color information

#D2F1AA (or 0xD2F1AA) is unknown color: approx Reef. HEX triplet: D2, F1 and AA. RGB value is (210,241,170). Sum of RGB (Red+Green+Blue) = 210+241+170=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F1AA is #2D0E55. Grayscale: #DFDFDF. Windows color (decimal): -2952790 or 11203026. OLE color: 11203026.

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

Color convert

RGB210241170-
CMYK0.1300.290.05
HSL86.2º71.72%80.59%-
HSV(B)86.2º29.46%94.51%-
XYZ65.2979.5149.94-
YUV223.6497.73118.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 170 (66.80% from 255) = 27.38%
R=33.82%
G=38.81%
B=27.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411700.1300.290.0586.271.7280.59
HexD2F1AAD01D5564851
Octal322361252150355126110121
Binary1101001011110001101010101101011101101101011010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1AA; }

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

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

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

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

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

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

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

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