Shades of Reef #D0F29C
Tints of Reef #D0F29C
RGB
CMYK
RGB Variations
Color information
#D0F29C (or 0xD0F29C) is known color: 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
| RGB | 208 | 242 | 156 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.05 |
| HSL | 83.72º | 0.77% | 0.78% | - |
| HSV(B) | 83.72º | 0.36% | 0.95% | - |
| XYZ | 63.77 | 79.31 | 43.4 | - |
| YUV | 222.03 | 90.74 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 156 | 0.14 | 0 | 0.36 | 0.05 | 83.72 | 0.77 | 0.78 |
| Hex | D0 | F2 | 9C | E | 0 | 24 | 5 | 54 | 4D | 4E |
| Octal | 320 | 362 | 234 | 16 | 0 | 44 | 5 | 124 | 115 | 116 |
| Binary | 11010000 | 11110010 | 10011100 | 1110 | 0 | 100100 | 101 | 1010100 | 1001101 | 1001110 |
Color Harmonies of #D0F29C
Complementary color
Monochromatic Colors of #D0F29C
Black with #D0F29C
Text Example
Text Example
White with #D0F29C
Text Example
Text Example
HTML Codes & Css Web 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>