Shades of Reef #D0F096
Tints of Reef #D0F096
RGB
CMYK
RGB Variations
Color information
#D0F096 (or 0xD0F096) is known color: Reef. HEX triplet: D0, F0 and 96. RGB value is (208,240,150). Sum of RGB (Red+Green+Blue) = 208+240+150=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F096 is #2F0F69. Grayscale: #DCDCDC. Windows color (decimal): -3084138 or 9892048. OLE color: 9892048.
HSL color Cylindrical-coordinate representation of color #D0F096: hue angle of 81.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0F096 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 150 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.06 |
| HSL | 81.33º | 0.75% | 0.76% | - |
| HSV(B) | 81.33º | 0.38% | 0.94% | - |
| XYZ | 62.68 | 77.93 | 40.59 | - |
| YUV | 220.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 150 | 0.13 | 0 | 0.37 | 0.06 | 81.33 | 0.75 | 0.76 |
| Hex | D0 | F0 | 96 | D | 0 | 25 | 6 | 51 | 4B | 4C |
| Octal | 320 | 360 | 226 | 15 | 0 | 45 | 6 | 121 | 113 | 114 |
| Binary | 11010000 | 11110000 | 10010110 | 1101 | 0 | 100101 | 110 | 1010001 | 1001011 | 1001100 |
Color Harmonies of #D0F096
Complementary color
Monochromatic Colors of #D0F096
Black with #D0F096
Text Example
Text Example
White with #D0F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F096; }
p { color: rgb(208,240,150); }
H1.HeaderClassName
{
color: #D0F096;
}
.AnyTagClassName
{
color: #D0F096;
}
</style>
background-color css
<style>
a { background-color: #D0F096; }
a { background-color: rgb(208,240,150); }
div.DivClassName
{
background-color: #D0F096;
}
.BgClassName
{
background-color: #D0F096;
}
</style>
border-color css
<style>
span { border-color: #D0F096; }
span { border-color: rgb(208,240,150); }
td.TdClassName
{
border-color: #D0F096;
}
.TagClassName
{
border-color: #D0F096;
}
</style>