Shades of Reef #D0E797
Tints of Reef #D0E797
RGB
CMYK
RGB Variations
Color information
#D0E797 (or 0xD0E797) is known color: Reef. HEX triplet: D0, E7 and 97. RGB value is (208,231,151). Sum of RGB (Red+Green+Blue) = 208+231+151=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 151 (59.38% from 255 or 25.59% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E797 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E797 is #2F1868. Grayscale: #D7D7D7. Windows color (decimal): -3086441 or 9955280. OLE color: 9955280.
HSL color Cylindrical-coordinate representation of color #D0E797: hue angle of 77.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0E797 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 231 | 151 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.09 |
| HSL | 77.25º | 0.63% | 0.75% | - |
| HSV(B) | 77.25º | 0.35% | 0.91% | - |
| XYZ | 60.17 | 72.8 | 40.16 | - |
| YUV | 215 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 231 | 151 | 0.10 | 0 | 0.35 | 0.09 | 77.25 | 0.63 | 0.75 |
| Hex | D0 | E7 | 97 | A | 0 | 23 | 9 | 4D | 3E | 4B |
| Octal | 320 | 347 | 227 | 12 | 0 | 43 | 11 | 115 | 76 | 113 |
| Binary | 11010000 | 11100111 | 10010111 | 1010 | 0 | 100011 | 1001 | 1001101 | 111110 | 1001011 |
Color Harmonies of #D0E797
Complementary color
Monochromatic Colors of #D0E797
Black with #D0E797
Text Example
Text Example
White with #D0E797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E797; }
p { color: rgb(208,231,151); }
H1.HeaderClassName
{
color: #D0E797;
}
.AnyTagClassName
{
color: #D0E797;
}
</style>
background-color css
<style>
a { background-color: #D0E797; }
a { background-color: rgb(208,231,151); }
div.DivClassName
{
background-color: #D0E797;
}
.BgClassName
{
background-color: #D0E797;
}
</style>
border-color css
<style>
span { border-color: #D0E797; }
span { border-color: rgb(208,231,151); }
td.TdClassName
{
border-color: #D0E797;
}
.TagClassName
{
border-color: #D0E797;
}
</style>