Shades of Pear #D8E42D
Tints of Pear #D8E42D
RGB
CMYK
RGB Variations
Color information
#D8E42D (or 0xD8E42D) is known color: Pear. HEX triplet: D8, E4 and 2D. RGB value is (216,228,45). Sum of RGB (Red+Green+Blue) = 216+228+45=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E42D is #271BD2. Grayscale: #CCCCCC. Windows color (decimal): -2563027 or 3007704. OLE color: 3007704.
HSL color Cylindrical-coordinate representation of color #D8E42D: hue angle of 63.93º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8E42D is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 228 | 45 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.11 |
| HSL | 63.93º | 0.77% | 0.54% | - |
| HSV(B) | 63.93º | 0.8% | 0.89% | - |
| XYZ | 56.54 | 70.28 | 13.07 | - |
| YUV | 203.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 228 | 45 | 0.05 | 0 | 0.80 | 0.11 | 63.93 | 0.77 | 0.54 |
| Hex | D8 | E4 | 2D | 5 | 0 | 50 | B | 40 | 4D | 36 |
| Octal | 330 | 344 | 55 | 5 | 0 | 120 | 13 | 100 | 115 | 66 |
| Binary | 11011000 | 11100100 | 101101 | 101 | 0 | 1010000 | 1011 | 1000000 | 1001101 | 110110 |
Color Harmonies of #D8E42D
Complementary color
Monochromatic Colors of #D8E42D
Black with #D8E42D
Text Example
Text Example
White with #D8E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E42D; }
p { color: rgb(216,228,45); }
H1.HeaderClassName
{
color: #D8E42D;
}
.AnyTagClassName
{
color: #D8E42D;
}
</style>
background-color css
<style>
a { background-color: #D8E42D; }
a { background-color: rgb(216,228,45); }
div.DivClassName
{
background-color: #D8E42D;
}
.BgClassName
{
background-color: #D8E42D;
}
</style>
border-color css
<style>
span { border-color: #D8E42D; }
span { border-color: rgb(216,228,45); }
td.TdClassName
{
border-color: #D8E42D;
}
.TagClassName
{
border-color: #D8E42D;
}
</style>