#D0F29F

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

Shades of Reef #D0F29F

Tints of Reef #D0F29F

Color information

#D0F29F (or 0xD0F29F) is unknown color: approx Reef. HEX triplet: D0, F2 and 9F. RGB value is (208,242,159). Sum of RGB (Red+Green+Blue) = 208+242+159=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F29F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F29F is #2F0D60. Grayscale: #DEDEDE. Windows color (decimal): -3083617 or 10482384. OLE color: 10482384.

HSL color Cylindrical-coordinate representation of color #D0F29F: hue angle of 84.58º 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 #D0F29F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB208242159-
CMYK0.1400.340.05
HSL84.58º76.15%78.63%-
HSV(B)84.58º34.3%94.9%-
XYZ64.0279.4244.76-
YUV222.3792.24117.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 159 (62.5% from 255) = 26.11%
R=34.15%
G=39.74%
B=26.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421590.1400.340.0584.5876.1578.63
HexD0F29FE0225554c4f
Octal320362237160425125114117
Binary11010000111100101001111111100100010101101010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F29F; }

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

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

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

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

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

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

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

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