Shades of Reef #D5EF92
Tints of Reef #D5EF92
RGB
CMYK
RGB Variations
Color information
#D5EF92 (or 0xD5EF92) is known color: Reef. HEX triplet: D5, EF and 92. RGB value is (213,239,146). Sum of RGB (Red+Green+Blue) = 213+239+146=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF92 is #2A106D. Grayscale: #DCDCDC. Windows color (decimal): -2756718 or 9629653. OLE color: 9629653.
HSL color Cylindrical-coordinate representation of color #D5EF92: hue angle of 76.77º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5EF92 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 146 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.06 |
| HSL | 76.77º | 0.74% | 0.75% | - |
| HSV(B) | 76.77º | 0.39% | 0.94% | - |
| XYZ | 63.5 | 77.95 | 38.89 | - |
| YUV | 220.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 146 | 0.11 | 0 | 0.39 | 0.06 | 76.77 | 0.74 | 0.75 |
| Hex | D5 | EF | 92 | B | 0 | 27 | 6 | 4D | 4A | 4B |
| Octal | 325 | 357 | 222 | 13 | 0 | 47 | 6 | 115 | 112 | 113 |
| Binary | 11010101 | 11101111 | 10010010 | 1011 | 0 | 100111 | 110 | 1001101 | 1001010 | 1001011 |
Color Harmonies of #D5EF92
Complementary color
Monochromatic Colors of #D5EF92
Black with #D5EF92
Text Example
Text Example
White with #D5EF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF92; }
p { color: rgb(213,239,146); }
H1.HeaderClassName
{
color: #D5EF92;
}
.AnyTagClassName
{
color: #D5EF92;
}
</style>
background-color css
<style>
a { background-color: #D5EF92; }
a { background-color: rgb(213,239,146); }
div.DivClassName
{
background-color: #D5EF92;
}
.BgClassName
{
background-color: #D5EF92;
}
</style>
border-color css
<style>
span { border-color: #D5EF92; }
span { border-color: rgb(213,239,146); }
td.TdClassName
{
border-color: #D5EF92;
}
.TagClassName
{
border-color: #D5EF92;
}
</style>