Shades of Reef #D1E594
Tints of Reef #D1E594
RGB
CMYK
RGB Variations
Color information
#D1E594 (or 0xD1E594) is known color: Reef. HEX triplet: D1, E5 and 94. RGB value is (209,229,148). Sum of RGB (Red+Green+Blue) = 209+229+148=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E594 is #2E1A6B. Grayscale: #D6D6D6. Windows color (decimal): -3021420 or 9758161. OLE color: 9758161.
HSL color Cylindrical-coordinate representation of color #D1E594: hue angle of 74.81º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1E594 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 148 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.10 |
| HSL | 74.81º | 0.61% | 0.74% | - |
| HSV(B) | 74.81º | 0.35% | 0.9% | - |
| XYZ | 59.66 | 71.73 | 38.72 | - |
| YUV | 213.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 148 | 0.09 | 0 | 0.35 | 0.10 | 74.81 | 0.61 | 0.74 |
| Hex | D1 | E5 | 94 | 9 | 0 | 23 | A | 4B | 3D | 4A |
| Octal | 321 | 345 | 224 | 11 | 0 | 43 | 12 | 113 | 75 | 112 |
| Binary | 11010001 | 11100101 | 10010100 | 1001 | 0 | 100011 | 1010 | 1001011 | 111101 | 1001010 |
Color Harmonies of #D1E594
Complementary color
Monochromatic Colors of #D1E594
Black with #D1E594
Text Example
Text Example
White with #D1E594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E594; }
p { color: rgb(209,229,148); }
H1.HeaderClassName
{
color: #D1E594;
}
.AnyTagClassName
{
color: #D1E594;
}
</style>
background-color css
<style>
a { background-color: #D1E594; }
a { background-color: rgb(209,229,148); }
div.DivClassName
{
background-color: #D1E594;
}
.BgClassName
{
background-color: #D1E594;
}
</style>
border-color css
<style>
span { border-color: #D1E594; }
span { border-color: rgb(209,229,148); }
td.TdClassName
{
border-color: #D1E594;
}
.TagClassName
{
border-color: #D1E594;
}
</style>