Shades of Pear #D7E328
Tints of Pear #D7E328
RGB
CMYK
RGB Variations
Color information
#D7E328 (or 0xD7E328) is known color: Pear. HEX triplet: D7, E3 and 28. RGB value is (215,227,40). Sum of RGB (Red+Green+Blue) = 215+227+40=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E328 is #281CD7. Grayscale: #CACACA. Windows color (decimal): -2628824 or 2679767. OLE color: 2679767.
HSL color Cylindrical-coordinate representation of color #D7E328: hue angle of 63.85º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7E328 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 227 | 40 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.11 |
| HSL | 63.85º | 0.77% | 0.52% | - |
| HSV(B) | 63.85º | 0.82% | 0.89% | - |
| XYZ | 55.88 | 69.54 | 12.48 | - |
| YUV | 202.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 40 | 0.05 | 0 | 0.82 | 0.11 | 63.85 | 0.77 | 0.52 |
| Hex | D7 | E3 | 28 | 5 | 0 | 52 | B | 40 | 4D | 34 |
| Octal | 327 | 343 | 50 | 5 | 0 | 122 | 13 | 100 | 115 | 64 |
| Binary | 11010111 | 11100011 | 101000 | 101 | 0 | 1010010 | 1011 | 1000000 | 1001101 | 110100 |
Color Harmonies of #D7E328
Complementary color
Monochromatic Colors of #D7E328
Black with #D7E328
Text Example
Text Example
White with #D7E328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E328; }
p { color: rgb(215,227,40); }
H1.HeaderClassName
{
color: #D7E328;
}
.AnyTagClassName
{
color: #D7E328;
}
</style>
background-color css
<style>
a { background-color: #D7E328; }
a { background-color: rgb(215,227,40); }
div.DivClassName
{
background-color: #D7E328;
}
.BgClassName
{
background-color: #D7E328;
}
</style>
border-color css
<style>
span { border-color: #D7E328; }
span { border-color: rgb(215,227,40); }
td.TdClassName
{
border-color: #D7E328;
}
.TagClassName
{
border-color: #D7E328;
}
</style>