Shades of Pear #D6EE24
Tints of Pear #D6EE24
RGB
CMYK
RGB Variations
Color information
#D6EE24 (or 0xD6EE24) is known color: Pear. HEX triplet: D6, EE and 24. RGB value is (214,238,36). Sum of RGB (Red+Green+Blue) = 214+238+36=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE24 is #2911DB. Grayscale: #D0D0D0. Windows color (decimal): -2691548 or 2420438. OLE color: 2420438.
HSL color Cylindrical-coordinate representation of color #D6EE24: hue angle of 67.13º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6EE24 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 36 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.07 |
| HSL | 67.13º | 0.86% | 0.54% | - |
| HSV(B) | 67.13º | 0.85% | 0.93% | - |
| XYZ | 58.62 | 75.57 | 13.17 | - |
| YUV | 207.8 | 31.05 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 36 | 0.10 | 0 | 0.85 | 0.07 | 67.13 | 0.86 | 0.54 |
| Hex | D6 | EE | 24 | A | 0 | 55 | 7 | 43 | 56 | 36 |
| Octal | 326 | 356 | 44 | 12 | 0 | 125 | 7 | 103 | 126 | 66 |
| Binary | 11010110 | 11101110 | 100100 | 1010 | 0 | 1010101 | 111 | 1000011 | 1010110 | 110110 |
Color Harmonies of #D6EE24
Complementary color
Monochromatic Colors of #D6EE24
Black with #D6EE24
Text Example
Text Example
White with #D6EE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE24; }
p { color: rgb(214,238,36); }
H1.HeaderClassName
{
color: #D6EE24;
}
.AnyTagClassName
{
color: #D6EE24;
}
</style>
background-color css
<style>
a { background-color: #D6EE24; }
a { background-color: rgb(214,238,36); }
div.DivClassName
{
background-color: #D6EE24;
}
.BgClassName
{
background-color: #D6EE24;
}
</style>
border-color css
<style>
span { border-color: #D6EE24; }
span { border-color: rgb(214,238,36); }
td.TdClassName
{
border-color: #D6EE24;
}
.TagClassName
{
border-color: #D6EE24;
}
</style>