Shades of Pear #D6EC46
Tints of Pear #D6EC46
RGB
CMYK
RGB Variations
Color information
#D6EC46 (or 0xD6EC46) is known color: Pear. HEX triplet: D6, EC and 46. RGB value is (214,236,70). Sum of RGB (Red+Green+Blue) = 214+236+70=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC46 is #2913B9. Grayscale: #D3D3D3. Windows color (decimal): -2692026 or 4648150. OLE color: 4648150.
HSL color Cylindrical-coordinate representation of color #D6EC46: hue angle of 67.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6EC46 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 236 | 70 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.07 |
| HSL | 67.95º | 0.81% | 0.6% | - |
| HSV(B) | 67.95º | 0.7% | 0.93% | - |
| XYZ | 58.83 | 74.73 | 17.12 | - |
| YUV | 210.5 | 48.71 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 236 | 70 | 0.09 | 0 | 0.70 | 0.07 | 67.95 | 0.81 | 0.6 |
| Hex | D6 | EC | 46 | 9 | 0 | 46 | 7 | 44 | 51 | 3C |
| Octal | 326 | 354 | 106 | 11 | 0 | 106 | 7 | 104 | 121 | 74 |
| Binary | 11010110 | 11101100 | 1000110 | 1001 | 0 | 1000110 | 111 | 1000100 | 1010001 | 111100 |
Color Harmonies of #D6EC46
Complementary color
Monochromatic Colors of #D6EC46
Black with #D6EC46
Text Example
Text Example
White with #D6EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EC46; }
p { color: rgb(214,236,70); }
H1.HeaderClassName
{
color: #D6EC46;
}
.AnyTagClassName
{
color: #D6EC46;
}
</style>
background-color css
<style>
a { background-color: #D6EC46; }
a { background-color: rgb(214,236,70); }
div.DivClassName
{
background-color: #D6EC46;
}
.BgClassName
{
background-color: #D6EC46;
}
</style>
border-color css
<style>
span { border-color: #D6EC46; }
span { border-color: rgb(214,236,70); }
td.TdClassName
{
border-color: #D6EC46;
}
.TagClassName
{
border-color: #D6EC46;
}
</style>