Shades of Reef #D4ED91
Tints of Reef #D4ED91
RGB
CMYK
RGB Variations
Color information
#D4ED91 (or 0xD4ED91) is known color: Reef. HEX triplet: D4, ED and 91. RGB value is (212,237,145). Sum of RGB (Red+Green+Blue) = 212+237+145=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4ED91 is #2B126E. Grayscale: #DBDBDB. Windows color (decimal): -2822767 or 9563604. OLE color: 9563604.
HSL color Cylindrical-coordinate representation of color #D4ED91: hue angle of 76.3º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4ED91 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 145 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.07 |
| HSL | 76.3º | 0.72% | 0.75% | - |
| HSV(B) | 76.3º | 0.39% | 0.93% | - |
| XYZ | 62.55 | 76.61 | 38.28 | - |
| YUV | 219.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 145 | 0.11 | 0 | 0.39 | 0.07 | 76.3 | 0.72 | 0.75 |
| Hex | D4 | ED | 91 | B | 0 | 27 | 7 | 4C | 48 | 4B |
| Octal | 324 | 355 | 221 | 13 | 0 | 47 | 7 | 114 | 110 | 113 |
| Binary | 11010100 | 11101101 | 10010001 | 1011 | 0 | 100111 | 111 | 1001100 | 1001000 | 1001011 |
Color Harmonies of #D4ED91
Complementary color
Monochromatic Colors of #D4ED91
Black with #D4ED91
Text Example
Text Example
White with #D4ED91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ED91; }
p { color: rgb(212,237,145); }
H1.HeaderClassName
{
color: #D4ED91;
}
.AnyTagClassName
{
color: #D4ED91;
}
</style>
background-color css
<style>
a { background-color: #D4ED91; }
a { background-color: rgb(212,237,145); }
div.DivClassName
{
background-color: #D4ED91;
}
.BgClassName
{
background-color: #D4ED91;
}
</style>
border-color css
<style>
span { border-color: #D4ED91; }
span { border-color: rgb(212,237,145); }
td.TdClassName
{
border-color: #D4ED91;
}
.TagClassName
{
border-color: #D4ED91;
}
</style>