Shades of Pear #D5E334
Tints of Pear #D5E334
RGB
CMYK
RGB Variations
Color information
#D5E334 (or 0xD5E334) is known color: Pear. HEX triplet: D5, E3 and 34. RGB value is (213,227,52). Sum of RGB (Red+Green+Blue) = 213+227+52=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E334 is #2A1CCB. Grayscale: #CBCBCB. Windows color (decimal): -2759884 or 3466197. OLE color: 3466197.
HSL color Cylindrical-coordinate representation of color #D5E334: hue angle of 64.8º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5E334 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 52 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.11 |
| HSL | 64.8º | 0.76% | 0.55% | - |
| HSV(B) | 64.8º | 0.77% | 0.89% | - |
| XYZ | 55.53 | 69.33 | 13.7 | - |
| YUV | 202.86 | 42.86 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 52 | 0.06 | 0 | 0.77 | 0.11 | 64.8 | 0.76 | 0.55 |
| Hex | D5 | E3 | 34 | 6 | 0 | 4D | B | 41 | 4C | 37 |
| Octal | 325 | 343 | 64 | 6 | 0 | 115 | 13 | 101 | 114 | 67 |
| Binary | 11010101 | 11100011 | 110100 | 110 | 0 | 1001101 | 1011 | 1000001 | 1001100 | 110111 |
Color Harmonies of #D5E334
Complementary color
Monochromatic Colors of #D5E334
Black with #D5E334
Text Example
Text Example
White with #D5E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E334; }
p { color: rgb(213,227,52); }
H1.HeaderClassName
{
color: #D5E334;
}
.AnyTagClassName
{
color: #D5E334;
}
</style>
background-color css
<style>
a { background-color: #D5E334; }
a { background-color: rgb(213,227,52); }
div.DivClassName
{
background-color: #D5E334;
}
.BgClassName
{
background-color: #D5E334;
}
</style>
border-color css
<style>
span { border-color: #D5E334; }
span { border-color: rgb(213,227,52); }
td.TdClassName
{
border-color: #D5E334;
}
.TagClassName
{
border-color: #D5E334;
}
</style>