Shades of Reef #D0E194
Tints of Reef #D0E194
RGB
CMYK
RGB Variations
Color information
#D0E194 (or 0xD0E194) is known color: Reef. HEX triplet: D0, E1 and 94. RGB value is (208,225,148). Sum of RGB (Red+Green+Blue) = 208+225+148=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E194 is #2F1E6B. Grayscale: #D3D3D3. Windows color (decimal): -3087980 or 9757136. OLE color: 9757136.
HSL color Cylindrical-coordinate representation of color #D0E194: hue angle of 73.25º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0E194 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 148 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.12 |
| HSL | 73.25º | 0.56% | 0.73% | - |
| HSV(B) | 73.25º | 0.34% | 0.88% | - |
| XYZ | 58.28 | 69.4 | 38.34 | - |
| YUV | 211.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 148 | 0.08 | 0 | 0.34 | 0.12 | 73.25 | 0.56 | 0.73 |
| Hex | D0 | E1 | 94 | 8 | 0 | 22 | C | 49 | 38 | 49 |
| Octal | 320 | 341 | 224 | 10 | 0 | 42 | 14 | 111 | 70 | 111 |
| Binary | 11010000 | 11100001 | 10010100 | 1000 | 0 | 100010 | 1100 | 1001001 | 111000 | 1001001 |
Color Harmonies of #D0E194
Complementary color
Monochromatic Colors of #D0E194
Black with #D0E194
Text Example
Text Example
White with #D0E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E194; }
p { color: rgb(208,225,148); }
H1.HeaderClassName
{
color: #D0E194;
}
.AnyTagClassName
{
color: #D0E194;
}
</style>
background-color css
<style>
a { background-color: #D0E194; }
a { background-color: rgb(208,225,148); }
div.DivClassName
{
background-color: #D0E194;
}
.BgClassName
{
background-color: #D0E194;
}
</style>
border-color css
<style>
span { border-color: #D0E194; }
span { border-color: rgb(208,225,148); }
td.TdClassName
{
border-color: #D0E194;
}
.TagClassName
{
border-color: #D0E194;
}
</style>