Shades of Reef #D0F09C
Tints of Reef #D0F09C
RGB
CMYK
RGB Variations
Color information
#D0F09C (or 0xD0F09C) is known color: Reef. HEX triplet: D0, F0 and 9C. RGB value is (208,240,156). Sum of RGB (Red+Green+Blue) = 208+240+156=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F09C is #2F0F63. Grayscale: #DDDDDD. Windows color (decimal): -3084132 or 10285264. OLE color: 10285264.
HSL color Cylindrical-coordinate representation of color #D0F09C: hue angle of 82.86º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0F09C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 156 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.06 |
| HSL | 82.86º | 0.74% | 0.78% | - |
| HSV(B) | 82.86º | 0.35% | 0.94% | - |
| XYZ | 63.17 | 78.13 | 43.2 | - |
| YUV | 220.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 156 | 0.13 | 0 | 0.35 | 0.06 | 82.86 | 0.74 | 0.78 |
| Hex | D0 | F0 | 9C | D | 0 | 23 | 6 | 53 | 4A | 4E |
| Octal | 320 | 360 | 234 | 15 | 0 | 43 | 6 | 123 | 112 | 116 |
| Binary | 11010000 | 11110000 | 10011100 | 1101 | 0 | 100011 | 110 | 1010011 | 1001010 | 1001110 |
Color Harmonies of #D0F09C
Complementary color
Monochromatic Colors of #D0F09C
Black with #D0F09C
Text Example
Text Example
White with #D0F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F09C; }
p { color: rgb(208,240,156); }
H1.HeaderClassName
{
color: #D0F09C;
}
.AnyTagClassName
{
color: #D0F09C;
}
</style>
background-color css
<style>
a { background-color: #D0F09C; }
a { background-color: rgb(208,240,156); }
div.DivClassName
{
background-color: #D0F09C;
}
.BgClassName
{
background-color: #D0F09C;
}
</style>
border-color css
<style>
span { border-color: #D0F09C; }
span { border-color: rgb(208,240,156); }
td.TdClassName
{
border-color: #D0F09C;
}
.TagClassName
{
border-color: #D0F09C;
}
</style>