Shades of Reef #D0F69D
Tints of Reef #D0F69D
RGB
CMYK
RGB Variations
Color information
#D0F69D (or 0xD0F69D) is known color: Reef. HEX triplet: D0, F6 and 9D. RGB value is (208,246,157). Sum of RGB (Red+Green+Blue) = 208+246+157=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F69D is #2F0962. Grayscale: #E0E0E0. Windows color (decimal): -3082595 or 10352336. OLE color: 10352336.
HSL color Cylindrical-coordinate representation of color #D0F69D: hue angle of 85.62º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0F69D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 157 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.04 |
| HSL | 85.62º | 0.83% | 0.79% | - |
| HSV(B) | 85.62º | 0.36% | 0.96% | - |
| XYZ | 65.05 | 81.76 | 44.25 | - |
| YUV | 224.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 157 | 0.15 | 0 | 0.36 | 0.04 | 85.62 | 0.83 | 0.79 |
| Hex | D0 | F6 | 9D | F | 0 | 24 | 4 | 56 | 53 | 4F |
| Octal | 320 | 366 | 235 | 17 | 0 | 44 | 4 | 126 | 123 | 117 |
| Binary | 11010000 | 11110110 | 10011101 | 1111 | 0 | 100100 | 100 | 1010110 | 1010011 | 1001111 |
Color Harmonies of #D0F69D
Complementary color
Monochromatic Colors of #D0F69D
Black with #D0F69D
Text Example
Text Example
White with #D0F69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F69D; }
p { color: rgb(208,246,157); }
H1.HeaderClassName
{
color: #D0F69D;
}
.AnyTagClassName
{
color: #D0F69D;
}
</style>
background-color css
<style>
a { background-color: #D0F69D; }
a { background-color: rgb(208,246,157); }
div.DivClassName
{
background-color: #D0F69D;
}
.BgClassName
{
background-color: #D0F69D;
}
</style>
border-color css
<style>
span { border-color: #D0F69D; }
span { border-color: rgb(208,246,157); }
td.TdClassName
{
border-color: #D0F69D;
}
.TagClassName
{
border-color: #D0F69D;
}
</style>