Shades of Pear #D5E535
Tints of Pear #D5E535
RGB
CMYK
RGB Variations
Color information
#D5E535 (or 0xD5E535) is known color: Pear. HEX triplet: D5, E5 and 35. RGB value is (213,229,53). Sum of RGB (Red+Green+Blue) = 213+229+53=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E535 is #2A1ACA. Grayscale: #CCCCCC. Windows color (decimal): -2759371 or 3532245. OLE color: 3532245.
HSL color Cylindrical-coordinate representation of color #D5E535: hue angle of 65.45º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5E535 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 53 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.10 |
| HSL | 65.45º | 0.77% | 0.55% | - |
| HSV(B) | 65.45º | 0.77% | 0.9% | - |
| XYZ | 56.1 | 70.44 | 14.01 | - |
| YUV | 204.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 53 | 0.07 | 0 | 0.77 | 0.10 | 65.45 | 0.77 | 0.55 |
| Hex | D5 | E5 | 35 | 7 | 0 | 4D | A | 41 | 4D | 37 |
| Octal | 325 | 345 | 65 | 7 | 0 | 115 | 12 | 101 | 115 | 67 |
| Binary | 11010101 | 11100101 | 110101 | 111 | 0 | 1001101 | 1010 | 1000001 | 1001101 | 110111 |
Color Harmonies of #D5E535
Complementary color
Monochromatic Colors of #D5E535
Black with #D5E535
Text Example
Text Example
White with #D5E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E535; }
p { color: rgb(213,229,53); }
H1.HeaderClassName
{
color: #D5E535;
}
.AnyTagClassName
{
color: #D5E535;
}
</style>
background-color css
<style>
a { background-color: #D5E535; }
a { background-color: rgb(213,229,53); }
div.DivClassName
{
background-color: #D5E535;
}
.BgClassName
{
background-color: #D5E535;
}
</style>
border-color css
<style>
span { border-color: #D5E535; }
span { border-color: rgb(213,229,53); }
td.TdClassName
{
border-color: #D5E535;
}
.TagClassName
{
border-color: #D5E535;
}
</style>