Shades of Pear #D8E12E
Tints of Pear #D8E12E
RGB
CMYK
RGB Variations
Color information
#D8E12E (or 0xD8E12E) is known color: Pear. HEX triplet: D8, E1 and 2E. RGB value is (216,225,46). Sum of RGB (Red+Green+Blue) = 216+225+46=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E12E is #271ED1. Grayscale: #CACACA. Windows color (decimal): -2563794 or 3072472. OLE color: 3072472.
HSL color Cylindrical-coordinate representation of color #D8E12E: hue angle of 63.02º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8E12E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.12 |
| HSL | 63.02º | 0.75% | 0.53% | - |
| HSV(B) | 63.02º | 0.8% | 0.88% | - |
| XYZ | 55.74 | 68.65 | 12.9 | - |
| YUV | 201.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 46 | 0.04 | 0 | 0.80 | 0.12 | 63.02 | 0.75 | 0.53 |
| Hex | D8 | E1 | 2E | 4 | 0 | 50 | C | 3F | 4B | 35 |
| Octal | 330 | 341 | 56 | 4 | 0 | 120 | 14 | 77 | 113 | 65 |
| Binary | 11011000 | 11100001 | 101110 | 100 | 0 | 1010000 | 1100 | 111111 | 1001011 | 110101 |
Color Harmonies of #D8E12E
Complementary color
Monochromatic Colors of #D8E12E
Black with #D8E12E
Text Example
Text Example
White with #D8E12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E12E; }
p { color: rgb(216,225,46); }
H1.HeaderClassName
{
color: #D8E12E;
}
.AnyTagClassName
{
color: #D8E12E;
}
</style>
background-color css
<style>
a { background-color: #D8E12E; }
a { background-color: rgb(216,225,46); }
div.DivClassName
{
background-color: #D8E12E;
}
.BgClassName
{
background-color: #D8E12E;
}
</style>
border-color css
<style>
span { border-color: #D8E12E; }
span { border-color: rgb(216,225,46); }
td.TdClassName
{
border-color: #D8E12E;
}
.TagClassName
{
border-color: #D8E12E;
}
</style>