Shades of Reef #D0E096
Tints of Reef #D0E096
RGB
CMYK
RGB Variations
Color information
#D0E096 (or 0xD0E096) is known color: Reef. HEX triplet: D0, E0 and 96. RGB value is (208,224,150). Sum of RGB (Red+Green+Blue) = 208+224+150=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E096 is #2F1F69. Grayscale: #D3D3D3. Windows color (decimal): -3088234 or 9887952. OLE color: 9887952.
HSL color Cylindrical-coordinate representation of color #D0E096: hue angle of 72.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E096 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 150 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.12 |
| HSL | 72.97º | 0.54% | 0.73% | - |
| HSV(B) | 72.97º | 0.33% | 0.88% | - |
| XYZ | 58.17 | 68.92 | 39.09 | - |
| YUV | 210.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 150 | 0.07 | 0 | 0.33 | 0.12 | 72.97 | 0.54 | 0.73 |
| Hex | D0 | E0 | 96 | 7 | 0 | 21 | C | 49 | 36 | 49 |
| Octal | 320 | 340 | 226 | 7 | 0 | 41 | 14 | 111 | 66 | 111 |
| Binary | 11010000 | 11100000 | 10010110 | 111 | 0 | 100001 | 1100 | 1001001 | 110110 | 1001001 |
Color Harmonies of #D0E096
Complementary color
Monochromatic Colors of #D0E096
Black with #D0E096
Text Example
Text Example
White with #D0E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E096; }
p { color: rgb(208,224,150); }
H1.HeaderClassName
{
color: #D0E096;
}
.AnyTagClassName
{
color: #D0E096;
}
</style>
background-color css
<style>
a { background-color: #D0E096; }
a { background-color: rgb(208,224,150); }
div.DivClassName
{
background-color: #D0E096;
}
.BgClassName
{
background-color: #D0E096;
}
</style>
border-color css
<style>
span { border-color: #D0E096; }
span { border-color: rgb(208,224,150); }
td.TdClassName
{
border-color: #D0E096;
}
.TagClassName
{
border-color: #D0E096;
}
</style>