Shades of Reef #D5EF90
Tints of Reef #D5EF90
RGB
CMYK
RGB Variations
Color information
#D5EF90 (or 0xD5EF90) is known color: Reef. HEX triplet: D5, EF and 90. RGB value is (213,239,144). Sum of RGB (Red+Green+Blue) = 213+239+144=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF90 is #2A106F. Grayscale: #DCDCDC. Windows color (decimal): -2756720 or 9498581. OLE color: 9498581.
HSL color Cylindrical-coordinate representation of color #D5EF90: hue angle of 76.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5EF90 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 144 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.06 |
| HSL | 76.42º | 0.75% | 0.75% | - |
| HSV(B) | 76.42º | 0.4% | 0.94% | - |
| XYZ | 63.34 | 77.89 | 38.08 | - |
| YUV | 220.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 144 | 0.11 | 0 | 0.40 | 0.06 | 76.42 | 0.75 | 0.75 |
| Hex | D5 | EF | 90 | B | 0 | 28 | 6 | 4C | 4B | 4B |
| Octal | 325 | 357 | 220 | 13 | 0 | 50 | 6 | 114 | 113 | 113 |
| Binary | 11010101 | 11101111 | 10010000 | 1011 | 0 | 101000 | 110 | 1001100 | 1001011 | 1001011 |
Color Harmonies of #D5EF90
Complementary color
Monochromatic Colors of #D5EF90
Black with #D5EF90
Text Example
Text Example
White with #D5EF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF90; }
p { color: rgb(213,239,144); }
H1.HeaderClassName
{
color: #D5EF90;
}
.AnyTagClassName
{
color: #D5EF90;
}
</style>
background-color css
<style>
a { background-color: #D5EF90; }
a { background-color: rgb(213,239,144); }
div.DivClassName
{
background-color: #D5EF90;
}
.BgClassName
{
background-color: #D5EF90;
}
</style>
border-color css
<style>
span { border-color: #D5EF90; }
span { border-color: rgb(213,239,144); }
td.TdClassName
{
border-color: #D5EF90;
}
.TagClassName
{
border-color: #D5EF90;
}
</style>