Shades of Pear #D5E329
Tints of Pear #D5E329
RGB
CMYK
RGB Variations
Color information
#D5E329 (or 0xD5E329) is known color: Pear. HEX triplet: D5, E3 and 29. RGB value is (213,227,41). Sum of RGB (Red+Green+Blue) = 213+227+41=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E329 is #2A1CD6. Grayscale: #CACACA. Windows color (decimal): -2759895 or 2745301. OLE color: 2745301.
HSL color Cylindrical-coordinate representation of color #D5E329: hue angle of 64.52º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5E329 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 41 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.11 |
| HSL | 64.52º | 0.77% | 0.53% | - |
| HSV(B) | 64.52º | 0.82% | 0.89% | - |
| XYZ | 55.31 | 69.24 | 12.55 | - |
| YUV | 201.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 41 | 0.06 | 0 | 0.82 | 0.11 | 64.52 | 0.77 | 0.53 |
| Hex | D5 | E3 | 29 | 6 | 0 | 52 | B | 41 | 4D | 35 |
| Octal | 325 | 343 | 51 | 6 | 0 | 122 | 13 | 101 | 115 | 65 |
| Binary | 11010101 | 11100011 | 101001 | 110 | 0 | 1010010 | 1011 | 1000001 | 1001101 | 110101 |
Color Harmonies of #D5E329
Complementary color
Monochromatic Colors of #D5E329
Black with #D5E329
Text Example
Text Example
White with #D5E329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E329; }
p { color: rgb(213,227,41); }
H1.HeaderClassName
{
color: #D5E329;
}
.AnyTagClassName
{
color: #D5E329;
}
</style>
background-color css
<style>
a { background-color: #D5E329; }
a { background-color: rgb(213,227,41); }
div.DivClassName
{
background-color: #D5E329;
}
.BgClassName
{
background-color: #D5E329;
}
</style>
border-color css
<style>
span { border-color: #D5E329; }
span { border-color: rgb(213,227,41); }
td.TdClassName
{
border-color: #D5E329;
}
.TagClassName
{
border-color: #D5E329;
}
</style>