Shades of Reef #D0F19F
Tints of Reef #D0F19F
RGB
CMYK
RGB Variations
Color information
#D0F19F (or 0xD0F19F) is known color: Reef. HEX triplet: D0, F1 and 9F. RGB value is (208,241,159). Sum of RGB (Red+Green+Blue) = 208+241+159=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F19F is #2F0E60. Grayscale: #DEDEDE. Windows color (decimal): -3083873 or 10482128. OLE color: 10482128.
HSL color Cylindrical-coordinate representation of color #D0F19F: hue angle of 84.15º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0F19F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 159 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.05 |
| HSL | 84.15º | 0.75% | 0.78% | - |
| HSV(B) | 84.15º | 0.34% | 0.95% | - |
| XYZ | 63.73 | 78.82 | 44.66 | - |
| YUV | 221.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 159 | 0.14 | 0 | 0.34 | 0.05 | 84.15 | 0.75 | 0.78 |
| Hex | D0 | F1 | 9F | E | 0 | 22 | 5 | 54 | 4B | 4E |
| Octal | 320 | 361 | 237 | 16 | 0 | 42 | 5 | 124 | 113 | 116 |
| Binary | 11010000 | 11110001 | 10011111 | 1110 | 0 | 100010 | 101 | 1010100 | 1001011 | 1001110 |
Color Harmonies of #D0F19F
Complementary color
Monochromatic Colors of #D0F19F
Black with #D0F19F
Text Example
Text Example
White with #D0F19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F19F; }
p { color: rgb(208,241,159); }
H1.HeaderClassName
{
color: #D0F19F;
}
.AnyTagClassName
{
color: #D0F19F;
}
</style>
background-color css
<style>
a { background-color: #D0F19F; }
a { background-color: rgb(208,241,159); }
div.DivClassName
{
background-color: #D0F19F;
}
.BgClassName
{
background-color: #D0F19F;
}
</style>
border-color css
<style>
span { border-color: #D0F19F; }
span { border-color: rgb(208,241,159); }
td.TdClassName
{
border-color: #D0F19F;
}
.TagClassName
{
border-color: #D0F19F;
}
</style>