Shades of Pear #D8EC46
Tints of Pear #D8EC46
RGB
CMYK
RGB Variations
Color information
#D8EC46 (or 0xD8EC46) is known color: Pear. HEX triplet: D8, EC and 46. RGB value is (216,236,70). Sum of RGB (Red+Green+Blue) = 216+236+70=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EC46 is #2713B9. Grayscale: #D3D3D3. Windows color (decimal): -2560954 or 4648152. OLE color: 4648152.
HSL color Cylindrical-coordinate representation of color #D8EC46: hue angle of 67.23º 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 #D8EC46 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 70 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.07 |
| HSL | 67.23º | 0.81% | 0.6% | - |
| HSV(B) | 67.23º | 0.7% | 0.93% | - |
| XYZ | 59.42 | 75.03 | 17.15 | - |
| YUV | 211.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 70 | 0.08 | 0 | 0.70 | 0.07 | 67.23 | 0.81 | 0.6 |
| Hex | D8 | EC | 46 | 8 | 0 | 46 | 7 | 43 | 51 | 3C |
| Octal | 330 | 354 | 106 | 10 | 0 | 106 | 7 | 103 | 121 | 74 |
| Binary | 11011000 | 11101100 | 1000110 | 1000 | 0 | 1000110 | 111 | 1000011 | 1010001 | 111100 |
Color Harmonies of #D8EC46
Complementary color
Monochromatic Colors of #D8EC46
Black with #D8EC46
Text Example
Text Example
White with #D8EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC46; }
p { color: rgb(216,236,70); }
H1.HeaderClassName
{
color: #D8EC46;
}
.AnyTagClassName
{
color: #D8EC46;
}
</style>
background-color css
<style>
a { background-color: #D8EC46; }
a { background-color: rgb(216,236,70); }
div.DivClassName
{
background-color: #D8EC46;
}
.BgClassName
{
background-color: #D8EC46;
}
</style>
border-color css
<style>
span { border-color: #D8EC46; }
span { border-color: rgb(216,236,70); }
td.TdClassName
{
border-color: #D8EC46;
}
.TagClassName
{
border-color: #D8EC46;
}
</style>