Shades of Reef #D9EF92
Tints of Reef #D9EF92
RGB
CMYK
RGB Variations
Color information
#D9EF92 (or 0xD9EF92) is known color: Reef. HEX triplet: D9, EF and 92. RGB value is (217,239,146). Sum of RGB (Red+Green+Blue) = 217+239+146=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 146 (57.42% from 255 or 24.25% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EF92 is #26106D. Grayscale: #DEDEDE. Windows color (decimal): -2494574 or 9629657. OLE color: 9629657.
HSL color Cylindrical-coordinate representation of color #D9EF92: hue angle of 74.19º 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 #D9EF92 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 146 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.06 |
| HSL | 74.19º | 0.74% | 0.75% | - |
| HSV(B) | 74.19º | 0.39% | 0.94% | - |
| XYZ | 64.67 | 78.56 | 38.95 | - |
| YUV | 221.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 146 | 0.09 | 0 | 0.39 | 0.06 | 74.19 | 0.74 | 0.75 |
| Hex | D9 | EF | 92 | 9 | 0 | 27 | 6 | 4A | 4A | 4B |
| Octal | 331 | 357 | 222 | 11 | 0 | 47 | 6 | 112 | 112 | 113 |
| Binary | 11011001 | 11101111 | 10010010 | 1001 | 0 | 100111 | 110 | 1001010 | 1001010 | 1001011 |
Color Harmonies of #D9EF92
Complementary color
Monochromatic Colors of #D9EF92
Black with #D9EF92
Text Example
Text Example
White with #D9EF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF92; }
p { color: rgb(217,239,146); }
H1.HeaderClassName
{
color: #D9EF92;
}
.AnyTagClassName
{
color: #D9EF92;
}
</style>
background-color css
<style>
a { background-color: #D9EF92; }
a { background-color: rgb(217,239,146); }
div.DivClassName
{
background-color: #D9EF92;
}
.BgClassName
{
background-color: #D9EF92;
}
</style>
border-color css
<style>
span { border-color: #D9EF92; }
span { border-color: rgb(217,239,146); }
td.TdClassName
{
border-color: #D9EF92;
}
.TagClassName
{
border-color: #D9EF92;
}
</style>