Shades of Reef #D0F499
Tints of Reef #D0F499
RGB
CMYK
RGB Variations
Color information
#D0F499 (or 0xD0F499) is known color: Reef. HEX triplet: D0, F4 and 99. RGB value is (208,244,153). Sum of RGB (Red+Green+Blue) = 208+244+153=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F499 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F499 is #2F0B66. Grayscale: #DFDFDF. Windows color (decimal): -3083111 or 10089680. OLE color: 10089680.
HSL color Cylindrical-coordinate representation of color #D0F499: hue angle of 83.74º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0F499 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 153 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.04 |
| HSL | 83.74º | 0.81% | 0.78% | - |
| HSV(B) | 83.74º | 0.37% | 0.96% | - |
| XYZ | 64.11 | 80.41 | 42.28 | - |
| YUV | 222.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 153 | 0.15 | 0 | 0.37 | 0.04 | 83.74 | 0.81 | 0.78 |
| Hex | D0 | F4 | 99 | F | 0 | 25 | 4 | 54 | 51 | 4E |
| Octal | 320 | 364 | 231 | 17 | 0 | 45 | 4 | 124 | 121 | 116 |
| Binary | 11010000 | 11110100 | 10011001 | 1111 | 0 | 100101 | 100 | 1010100 | 1010001 | 1001110 |
Color Harmonies of #D0F499
Complementary color
Monochromatic Colors of #D0F499
Black with #D0F499
Text Example
Text Example
White with #D0F499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F499; }
p { color: rgb(208,244,153); }
H1.HeaderClassName
{
color: #D0F499;
}
.AnyTagClassName
{
color: #D0F499;
}
</style>
background-color css
<style>
a { background-color: #D0F499; }
a { background-color: rgb(208,244,153); }
div.DivClassName
{
background-color: #D0F499;
}
.BgClassName
{
background-color: #D0F499;
}
</style>
border-color css
<style>
span { border-color: #D0F499; }
span { border-color: rgb(208,244,153); }
td.TdClassName
{
border-color: #D0F499;
}
.TagClassName
{
border-color: #D0F499;
}
</style>