Shades of Reef #D1EA91
Tints of Reef #D1EA91
RGB
CMYK
RGB Variations
Color information
#D1EA91 (or 0xD1EA91) is known color: Reef. HEX triplet: D1, EA and 91. RGB value is (209,234,145). Sum of RGB (Red+Green+Blue) = 209+234+145=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EA91 is #2E156E. Grayscale: #D8D8D8. Windows color (decimal): -3020143 or 9562833. OLE color: 9562833.
HSL color Cylindrical-coordinate representation of color #D1EA91: hue angle of 76.85º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1EA91 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 234 | 145 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.08 |
| HSL | 76.85º | 0.68% | 0.74% | - |
| HSV(B) | 76.85º | 0.38% | 0.92% | - |
| XYZ | 60.83 | 74.45 | 37.95 | - |
| YUV | 216.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 145 | 0.11 | 0 | 0.38 | 0.08 | 76.85 | 0.68 | 0.74 |
| Hex | D1 | EA | 91 | B | 0 | 26 | 8 | 4D | 44 | 4A |
| Octal | 321 | 352 | 221 | 13 | 0 | 46 | 10 | 115 | 104 | 112 |
| Binary | 11010001 | 11101010 | 10010001 | 1011 | 0 | 100110 | 1000 | 1001101 | 1000100 | 1001010 |
Color Harmonies of #D1EA91
Complementary color
Monochromatic Colors of #D1EA91
Black with #D1EA91
Text Example
Text Example
White with #D1EA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EA91; }
p { color: rgb(209,234,145); }
H1.HeaderClassName
{
color: #D1EA91;
}
.AnyTagClassName
{
color: #D1EA91;
}
</style>
background-color css
<style>
a { background-color: #D1EA91; }
a { background-color: rgb(209,234,145); }
div.DivClassName
{
background-color: #D1EA91;
}
.BgClassName
{
background-color: #D1EA91;
}
</style>
border-color css
<style>
span { border-color: #D1EA91; }
span { border-color: rgb(209,234,145); }
td.TdClassName
{
border-color: #D1EA91;
}
.TagClassName
{
border-color: #D1EA91;
}
</style>