Shades of Pear #D7E845
Tints of Pear #D7E845
RGB
CMYK
RGB Variations
Color information
#D7E845 (or 0xD7E845) is known color: Pear. HEX triplet: D7, E8 and 45. RGB value is (215,232,69). Sum of RGB (Red+Green+Blue) = 215+232+69=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7E845 is #2817BA. Grayscale: #D0D0D0. Windows color (decimal): -2627515 or 4581591. OLE color: 4581591.
HSL color Cylindrical-coordinate representation of color #D7E845: hue angle of 66.26º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7E845 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 69 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.09 |
| HSL | 66.26º | 0.78% | 0.59% | - |
| HSV(B) | 66.26º | 0.7% | 0.91% | - |
| XYZ | 57.96 | 72.59 | 16.59 | - |
| YUV | 208.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 69 | 0.07 | 0 | 0.70 | 0.09 | 66.26 | 0.78 | 0.59 |
| Hex | D7 | E8 | 45 | 7 | 0 | 46 | 9 | 42 | 4E | 3B |
| Octal | 327 | 350 | 105 | 7 | 0 | 106 | 11 | 102 | 116 | 73 |
| Binary | 11010111 | 11101000 | 1000101 | 111 | 0 | 1000110 | 1001 | 1000010 | 1001110 | 111011 |
Color Harmonies of #D7E845
Complementary color
Monochromatic Colors of #D7E845
Black with #D7E845
Text Example
Text Example
White with #D7E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E845; }
p { color: rgb(215,232,69); }
H1.HeaderClassName
{
color: #D7E845;
}
.AnyTagClassName
{
color: #D7E845;
}
</style>
background-color css
<style>
a { background-color: #D7E845; }
a { background-color: rgb(215,232,69); }
div.DivClassName
{
background-color: #D7E845;
}
.BgClassName
{
background-color: #D7E845;
}
</style>
border-color css
<style>
span { border-color: #D7E845; }
span { border-color: rgb(215,232,69); }
td.TdClassName
{
border-color: #D7E845;
}
.TagClassName
{
border-color: #D7E845;
}
</style>