#D0F29C

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

Shades of Reef #D0F29C

Tints of Reef #D0F29C

Color information

#D0F29C (or 0xD0F29C) is unknown color: approx Reef. HEX triplet: D0, F2 and 9C. RGB value is (208,242,156). Sum of RGB (Red+Green+Blue) = 208+242+156=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F29C is #2F0D63. Grayscale: #DEDEDE. Windows color (decimal): -3083620 or 10285776. OLE color: 10285776.

HSL color Cylindrical-coordinate representation of color #D0F29C: hue angle of 83.72º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0F29C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB208242156-
CMYK0.1400.360.05
HSL83.72º76.79%78.04%-
HSV(B)83.72º35.54%94.9%-
XYZ63.7779.3143.4-
YUV222.0390.74117.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 242 (94.92% from 255) = 39.93%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=34.32%
G=39.93%
B=25.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421560.1400.360.0583.7276.7978.04
HexD0F29CE0245544d4e
Octal320362234160445124115116
Binary11010000111100101001110011100100100101101010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F29C; }

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

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

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

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

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

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

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

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