Shades of Pear #D5E432
Tints of Pear #D5E432
RGB
CMYK
RGB Variations
Color information
#D5E432 (or 0xD5E432) is known color: Pear. HEX triplet: D5, E4 and 32. RGB value is (213,228,50). Sum of RGB (Red+Green+Blue) = 213+228+50=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E432 is #2A1BCD. Grayscale: #CBCBCB. Windows color (decimal): -2759630 or 3335381. OLE color: 3335381.
HSL color Cylindrical-coordinate representation of color #D5E432: hue angle of 65.06º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5E432 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 50 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.11 |
| HSL | 65.06º | 0.77% | 0.55% | - |
| HSV(B) | 65.06º | 0.78% | 0.89% | - |
| XYZ | 55.76 | 69.86 | 13.56 | - |
| YUV | 203.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 50 | 0.07 | 0 | 0.78 | 0.11 | 65.06 | 0.77 | 0.55 |
| Hex | D5 | E4 | 32 | 7 | 0 | 4E | B | 41 | 4D | 37 |
| Octal | 325 | 344 | 62 | 7 | 0 | 116 | 13 | 101 | 115 | 67 |
| Binary | 11010101 | 11100100 | 110010 | 111 | 0 | 1001110 | 1011 | 1000001 | 1001101 | 110111 |
Color Harmonies of #D5E432
Complementary color
Monochromatic Colors of #D5E432
Black with #D5E432
Text Example
Text Example
White with #D5E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E432; }
p { color: rgb(213,228,50); }
H1.HeaderClassName
{
color: #D5E432;
}
.AnyTagClassName
{
color: #D5E432;
}
</style>
background-color css
<style>
a { background-color: #D5E432; }
a { background-color: rgb(213,228,50); }
div.DivClassName
{
background-color: #D5E432;
}
.BgClassName
{
background-color: #D5E432;
}
</style>
border-color css
<style>
span { border-color: #D5E432; }
span { border-color: rgb(213,228,50); }
td.TdClassName
{
border-color: #D5E432;
}
.TagClassName
{
border-color: #D5E432;
}
</style>