Shades of Reef #D0F69F
Tints of Reef #D0F69F
RGB
CMYK
RGB Variations
Color information
#D0F69F (or 0xD0F69F) is known color: Reef. HEX triplet: D0, F6 and 9F. RGB value is (208,246,159). Sum of RGB (Red+Green+Blue) = 208+246+159=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F69F is #2F0960. Grayscale: #E1E1E1. Windows color (decimal): -3082593 or 10483408. OLE color: 10483408.
HSL color Cylindrical-coordinate representation of color #D0F69F: hue angle of 86.21º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0F69F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 159 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.04 |
| HSL | 86.21º | 0.83% | 0.79% | - |
| HSV(B) | 86.21º | 0.35% | 0.96% | - |
| XYZ | 65.23 | 81.82 | 45.16 | - |
| YUV | 224.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 159 | 0.15 | 0 | 0.35 | 0.04 | 86.21 | 0.83 | 0.79 |
| Hex | D0 | F6 | 9F | F | 0 | 23 | 4 | 56 | 53 | 4F |
| Octal | 320 | 366 | 237 | 17 | 0 | 43 | 4 | 126 | 123 | 117 |
| Binary | 11010000 | 11110110 | 10011111 | 1111 | 0 | 100011 | 100 | 1010110 | 1010011 | 1001111 |
Color Harmonies of #D0F69F
Complementary color
Monochromatic Colors of #D0F69F
Black with #D0F69F
Text Example
Text Example
White with #D0F69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F69F; }
p { color: rgb(208,246,159); }
H1.HeaderClassName
{
color: #D0F69F;
}
.AnyTagClassName
{
color: #D0F69F;
}
</style>
background-color css
<style>
a { background-color: #D0F69F; }
a { background-color: rgb(208,246,159); }
div.DivClassName
{
background-color: #D0F69F;
}
.BgClassName
{
background-color: #D0F69F;
}
</style>
border-color css
<style>
span { border-color: #D0F69F; }
span { border-color: rgb(208,246,159); }
td.TdClassName
{
border-color: #D0F69F;
}
.TagClassName
{
border-color: #D0F69F;
}
</style>