Shades of Pear #D6EC36
Tints of Pear #D6EC36
RGB
CMYK
RGB Variations
Color information
#D6EC36 (or 0xD6EC36) is known color: Pear. HEX triplet: D6, EC and 36. RGB value is (214,236,54). Sum of RGB (Red+Green+Blue) = 214+236+54=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC36 is #2913C9. Grayscale: #D1D1D1. Windows color (decimal): -2692042 or 3599574. OLE color: 3599574.
HSL color Cylindrical-coordinate representation of color #D6EC36: hue angle of 67.25º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6EC36 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 54 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.07 |
| HSL | 67.25º | 0.83% | 0.57% | - |
| HSV(B) | 67.25º | 0.77% | 0.93% | - |
| XYZ | 58.39 | 74.55 | 14.8 | - |
| YUV | 208.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 54 | 0.09 | 0 | 0.77 | 0.07 | 67.25 | 0.83 | 0.57 |
| Hex | D6 | EC | 36 | 9 | 0 | 4D | 7 | 43 | 53 | 39 |
| Octal | 326 | 354 | 66 | 11 | 0 | 115 | 7 | 103 | 123 | 71 |
| Binary | 11010110 | 11101100 | 110110 | 1001 | 0 | 1001101 | 111 | 1000011 | 1010011 | 111001 |
Color Harmonies of #D6EC36
Complementary color
Monochromatic Colors of #D6EC36
Black with #D6EC36
Text Example
Text Example
White with #D6EC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EC36; }
p { color: rgb(214,236,54); }
H1.HeaderClassName
{
color: #D6EC36;
}
.AnyTagClassName
{
color: #D6EC36;
}
</style>
background-color css
<style>
a { background-color: #D6EC36; }
a { background-color: rgb(214,236,54); }
div.DivClassName
{
background-color: #D6EC36;
}
.BgClassName
{
background-color: #D6EC36;
}
</style>
border-color css
<style>
span { border-color: #D6EC36; }
span { border-color: rgb(214,236,54); }
td.TdClassName
{
border-color: #D6EC36;
}
.TagClassName
{
border-color: #D6EC36;
}
</style>