Shades of Reef #D0F995
Tints of Reef #D0F995
RGB
CMYK
RGB Variations
Color information
#D0F995 (or 0xD0F995) is known color: Reef. HEX triplet: D0, F9 and 95. RGB value is (208,249,149). Sum of RGB (Red+Green+Blue) = 208+249+149=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F995 is #2F066A. Grayscale: #E1E1E1. Windows color (decimal): -3081835 or 9828816. OLE color: 9828816.
HSL color Cylindrical-coordinate representation of color #D0F995: hue angle of 84.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0F995 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 149 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.02 |
| HSL | 84.6º | 0.89% | 0.78% | - |
| HSV(B) | 84.6º | 0.4% | 0.98% | - |
| XYZ | 65.31 | 83.33 | 41.08 | - |
| YUV | 225.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 149 | 0.16 | 0 | 0.40 | 0.02 | 84.6 | 0.89 | 0.78 |
| Hex | D0 | F9 | 95 | 10 | 0 | 28 | 2 | 55 | 59 | 4E |
| Octal | 320 | 371 | 225 | 20 | 0 | 50 | 2 | 125 | 131 | 116 |
| Binary | 11010000 | 11111001 | 10010101 | 10000 | 0 | 101000 | 10 | 1010101 | 1011001 | 1001110 |
Color Harmonies of #D0F995
Complementary color
Monochromatic Colors of #D0F995
Black with #D0F995
Text Example
Text Example
White with #D0F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F995; }
p { color: rgb(208,249,149); }
H1.HeaderClassName
{
color: #D0F995;
}
.AnyTagClassName
{
color: #D0F995;
}
</style>
background-color css
<style>
a { background-color: #D0F995; }
a { background-color: rgb(208,249,149); }
div.DivClassName
{
background-color: #D0F995;
}
.BgClassName
{
background-color: #D0F995;
}
</style>
border-color css
<style>
span { border-color: #D0F995; }
span { border-color: rgb(208,249,149); }
td.TdClassName
{
border-color: #D0F995;
}
.TagClassName
{
border-color: #D0F995;
}
</style>