Shades of Reef #D4EF93
Tints of Reef #D4EF93
RGB
CMYK
RGB Variations
Color information
#D4EF93 (or 0xD4EF93) is known color: Reef. HEX triplet: D4, EF and 93. RGB value is (212,239,147). Sum of RGB (Red+Green+Blue) = 212+239+147=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EF93 is #2B106C. Grayscale: #DCDCDC. Windows color (decimal): -2822253 or 9695188. OLE color: 9695188.
HSL color Cylindrical-coordinate representation of color #D4EF93: hue angle of 77.61º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4EF93 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 147 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.06 |
| HSL | 77.61º | 0.74% | 0.76% | - |
| HSV(B) | 77.61º | 0.38% | 0.94% | - |
| XYZ | 63.28 | 77.84 | 39.29 | - |
| YUV | 220.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 147 | 0.11 | 0 | 0.38 | 0.06 | 77.61 | 0.74 | 0.76 |
| Hex | D4 | EF | 93 | B | 0 | 26 | 6 | 4E | 4A | 4C |
| Octal | 324 | 357 | 223 | 13 | 0 | 46 | 6 | 116 | 112 | 114 |
| Binary | 11010100 | 11101111 | 10010011 | 1011 | 0 | 100110 | 110 | 1001110 | 1001010 | 1001100 |
Color Harmonies of #D4EF93
Complementary color
Monochromatic Colors of #D4EF93
Black with #D4EF93
Text Example
Text Example
White with #D4EF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF93; }
p { color: rgb(212,239,147); }
H1.HeaderClassName
{
color: #D4EF93;
}
.AnyTagClassName
{
color: #D4EF93;
}
</style>
background-color css
<style>
a { background-color: #D4EF93; }
a { background-color: rgb(212,239,147); }
div.DivClassName
{
background-color: #D4EF93;
}
.BgClassName
{
background-color: #D4EF93;
}
</style>
border-color css
<style>
span { border-color: #D4EF93; }
span { border-color: rgb(212,239,147); }
td.TdClassName
{
border-color: #D4EF93;
}
.TagClassName
{
border-color: #D4EF93;
}
</style>