Shades of Reef #D0E395
Tints of Reef #D0E395
RGB
CMYK
RGB Variations
Color information
#D0E395 (or 0xD0E395) is known color: Reef. HEX triplet: D0, E3 and 95. RGB value is (208,227,149). Sum of RGB (Red+Green+Blue) = 208+227+149=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 227 (89.06% from 255 or 38.87% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E395 is #2F1C6A. Grayscale: #D4D4D4. Windows color (decimal): -3087467 or 9823184. OLE color: 9823184.
HSL color Cylindrical-coordinate representation of color #D0E395: hue angle of 74.62º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0E395 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 149 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.11 |
| HSL | 74.62º | 0.58% | 0.74% | - |
| HSV(B) | 74.62º | 0.34% | 0.89% | - |
| XYZ | 58.91 | 70.52 | 38.94 | - |
| YUV | 212.43 | 92.21 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 149 | 0.08 | 0 | 0.34 | 0.11 | 74.62 | 0.58 | 0.74 |
| Hex | D0 | E3 | 95 | 8 | 0 | 22 | B | 4B | 3A | 4A |
| Octal | 320 | 343 | 225 | 10 | 0 | 42 | 13 | 113 | 72 | 112 |
| Binary | 11010000 | 11100011 | 10010101 | 1000 | 0 | 100010 | 1011 | 1001011 | 111010 | 1001010 |
Color Harmonies of #D0E395
Complementary color
Monochromatic Colors of #D0E395
Black with #D0E395
Text Example
Text Example
White with #D0E395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E395; }
p { color: rgb(208,227,149); }
H1.HeaderClassName
{
color: #D0E395;
}
.AnyTagClassName
{
color: #D0E395;
}
</style>
background-color css
<style>
a { background-color: #D0E395; }
a { background-color: rgb(208,227,149); }
div.DivClassName
{
background-color: #D0E395;
}
.BgClassName
{
background-color: #D0E395;
}
</style>
border-color css
<style>
span { border-color: #D0E395; }
span { border-color: rgb(208,227,149); }
td.TdClassName
{
border-color: #D0E395;
}
.TagClassName
{
border-color: #D0E395;
}
</style>