Shades of Pear #D7E529
Tints of Pear #D7E529
RGB
CMYK
RGB Variations
Color information
#D7E529 (or 0xD7E529) is known color: Pear. HEX triplet: D7, E5 and 29. RGB value is (215,229,41). Sum of RGB (Red+Green+Blue) = 215+229+41=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E529 is #281AD6. Grayscale: #CCCCCC. Windows color (decimal): -2628311 or 2745815. OLE color: 2745815.
HSL color Cylindrical-coordinate representation of color #D7E529: hue angle of 64.47º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7E529 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 229 | 41 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.10 |
| HSL | 64.47º | 0.78% | 0.53% | - |
| HSV(B) | 64.47º | 0.82% | 0.9% | - |
| XYZ | 56.44 | 70.65 | 12.76 | - |
| YUV | 203.38 | 36.36 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 41 | 0.06 | 0 | 0.82 | 0.10 | 64.47 | 0.78 | 0.53 |
| Hex | D7 | E5 | 29 | 6 | 0 | 52 | A | 40 | 4E | 35 |
| Octal | 327 | 345 | 51 | 6 | 0 | 122 | 12 | 100 | 116 | 65 |
| Binary | 11010111 | 11100101 | 101001 | 110 | 0 | 1010010 | 1010 | 1000000 | 1001110 | 110101 |
Color Harmonies of #D7E529
Complementary color
Monochromatic Colors of #D7E529
Black with #D7E529
Text Example
Text Example
White with #D7E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E529; }
p { color: rgb(215,229,41); }
H1.HeaderClassName
{
color: #D7E529;
}
.AnyTagClassName
{
color: #D7E529;
}
</style>
background-color css
<style>
a { background-color: #D7E529; }
a { background-color: rgb(215,229,41); }
div.DivClassName
{
background-color: #D7E529;
}
.BgClassName
{
background-color: #D7E529;
}
</style>
border-color css
<style>
span { border-color: #D7E529; }
span { border-color: rgb(215,229,41); }
td.TdClassName
{
border-color: #D7E529;
}
.TagClassName
{
border-color: #D7E529;
}
</style>