#D2F29F

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

Shades of Reef #D2F29F

Tints of Reef #D2F29F

Color information

#D2F29F (or 0xD2F29F) is unknown color: approx Reef. HEX triplet: D2, F2 and 9F. RGB value is (210,242,159). Sum of RGB (Red+Green+Blue) = 210+242+159=611 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.37% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F29F is #2D0D60. Grayscale: #DFDFDF. Windows color (decimal): -2952545 or 10482386. OLE color: 10482386.

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

Color convert

RGB210242159-
CMYK0.1300.340.05
HSL83.13º76.15%78.63%-
HSV(B)83.13º34.3%94.9%-
XYZ64.5979.7144.78-
YUV222.9791.9118.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.37%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=34.37%
G=39.61%
B=26.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421590.1300.340.0583.1376.1578.63
HexD2F29FD0225534c4f
Octal322362237150425123114117
Binary11010010111100101001111111010100010101101001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F29F; }

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

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

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

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

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

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

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

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