Shades of Reef #D4EC90
Tints of Reef #D4EC90
RGB
CMYK
RGB Variations
Color information
#D4EC90 (or 0xD4EC90) is known color: Reef. HEX triplet: D4, EC and 90. RGB value is (212,236,144). Sum of RGB (Red+Green+Blue) = 212+236+144=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EC90 is #2B136F. Grayscale: #DADADA. Windows color (decimal): -2823024 or 9497812. OLE color: 9497812.
HSL color Cylindrical-coordinate representation of color #D4EC90: hue angle of 75.65º degrees, saturation: 0.71, 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 #D4EC90 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 144 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.07 |
| HSL | 75.65º | 0.71% | 0.75% | - |
| HSV(B) | 75.65º | 0.39% | 0.93% | - |
| XYZ | 62.18 | 76 | 37.78 | - |
| YUV | 218.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 144 | 0.10 | 0 | 0.39 | 0.07 | 75.65 | 0.71 | 0.75 |
| Hex | D4 | EC | 90 | A | 0 | 27 | 7 | 4C | 47 | 4B |
| Octal | 324 | 354 | 220 | 12 | 0 | 47 | 7 | 114 | 107 | 113 |
| Binary | 11010100 | 11101100 | 10010000 | 1010 | 0 | 100111 | 111 | 1001100 | 1000111 | 1001011 |
Color Harmonies of #D4EC90
Complementary color
Monochromatic Colors of #D4EC90
Black with #D4EC90
Text Example
Text Example
White with #D4EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EC90; }
p { color: rgb(212,236,144); }
H1.HeaderClassName
{
color: #D4EC90;
}
.AnyTagClassName
{
color: #D4EC90;
}
</style>
background-color css
<style>
a { background-color: #D4EC90; }
a { background-color: rgb(212,236,144); }
div.DivClassName
{
background-color: #D4EC90;
}
.BgClassName
{
background-color: #D4EC90;
}
</style>
border-color css
<style>
span { border-color: #D4EC90; }
span { border-color: rgb(212,236,144); }
td.TdClassName
{
border-color: #D4EC90;
}
.TagClassName
{
border-color: #D4EC90;
}
</style>