Shades of Pear #D7E42D
Tints of Pear #D7E42D
RGB
CMYK
RGB Variations
Color information
#D7E42D (or 0xD7E42D) is known color: Pear. HEX triplet: D7, E4 and 2D. RGB value is (215,228,45). Sum of RGB (Red+Green+Blue) = 215+228+45=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E42D is #281BD2. Grayscale: #CBCBCB. Windows color (decimal): -2628563 or 3007703. OLE color: 3007703.
HSL color Cylindrical-coordinate representation of color #D7E42D: hue angle of 64.26º 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 #D7E42D is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 45 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.11 |
| HSL | 64.26º | 0.77% | 0.54% | - |
| HSV(B) | 64.26º | 0.8% | 0.89% | - |
| XYZ | 56.24 | 70.12 | 13.05 | - |
| YUV | 203.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 45 | 0.06 | 0 | 0.80 | 0.11 | 64.26 | 0.77 | 0.54 |
| Hex | D7 | E4 | 2D | 6 | 0 | 50 | B | 40 | 4D | 36 |
| Octal | 327 | 344 | 55 | 6 | 0 | 120 | 13 | 100 | 115 | 66 |
| Binary | 11010111 | 11100100 | 101101 | 110 | 0 | 1010000 | 1011 | 1000000 | 1001101 | 110110 |
Color Harmonies of #D7E42D
Complementary color
Monochromatic Colors of #D7E42D
Black with #D7E42D
Text Example
Text Example
White with #D7E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E42D; }
p { color: rgb(215,228,45); }
H1.HeaderClassName
{
color: #D7E42D;
}
.AnyTagClassName
{
color: #D7E42D;
}
</style>
background-color css
<style>
a { background-color: #D7E42D; }
a { background-color: rgb(215,228,45); }
div.DivClassName
{
background-color: #D7E42D;
}
.BgClassName
{
background-color: #D7E42D;
}
</style>
border-color css
<style>
span { border-color: #D7E42D; }
span { border-color: rgb(215,228,45); }
td.TdClassName
{
border-color: #D7E42D;
}
.TagClassName
{
border-color: #D7E42D;
}
</style>