#D2F9A9

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

Shades of Reef #D2F9A9

Tints of Reef #D2F9A9

Color information

#D2F9A9 (or 0xD2F9A9) is unknown color: approx Reef. HEX triplet: D2, F9 and A9. RGB value is (210,249,169). Sum of RGB (Red+Green+Blue) = 210+249+169=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F9A9 is #2D0656. Grayscale: #E4E4E4. Windows color (decimal): -2950743 or 11139538. OLE color: 11139538.

HSL color Cylindrical-coordinate representation of color #D2F9A9: hue angle of 89.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2F9A9 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB210249169-
CMYK0.1600.320.02
HSL89.25º86.96%81.96%-
HSV(B)89.25º32.13%97.65%-
XYZ67.6284.3250.25-
YUV228.2294.58115-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 249 (97.66% from 255) = 39.65%
BLUE value IS 169 (66.41% from 255) = 26.91%
R=33.44%
G=39.65%
B=26.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102491690.1600.320.0289.2586.9681.96
HexD2F9A9100202595752
Octal322371251200402131127122
Binary11010010111110011010100110000010000010101100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F9A9; }

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

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

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

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

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

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

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

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