Shades of Pear #D1E535
Tints of Pear #D1E535
RGB
CMYK
RGB Variations
Color information
#D1E535 (or 0xD1E535) is known color: Pear. HEX triplet: D1, E5 and 35. RGB value is (209,229,53). Sum of RGB (Red+Green+Blue) = 209+229+53=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E535 is #2E1ACA. Grayscale: #CBCBCB. Windows color (decimal): -3021515 or 3532241. OLE color: 3532241.
HSL color Cylindrical-coordinate representation of color #D1E535: hue angle of 66.82º 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 #D1E535 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 53 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.10 |
| HSL | 66.82º | 0.77% | 0.55% | - |
| HSV(B) | 66.82º | 0.77% | 0.9% | - |
| XYZ | 54.96 | 69.85 | 13.95 | - |
| YUV | 202.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 53 | 0.09 | 0 | 0.77 | 0.10 | 66.82 | 0.77 | 0.55 |
| Hex | D1 | E5 | 35 | 9 | 0 | 4D | A | 43 | 4D | 37 |
| Octal | 321 | 345 | 65 | 11 | 0 | 115 | 12 | 103 | 115 | 67 |
| Binary | 11010001 | 11100101 | 110101 | 1001 | 0 | 1001101 | 1010 | 1000011 | 1001101 | 110111 |
Color Harmonies of #D1E535
Complementary color
Monochromatic Colors of #D1E535
Black with #D1E535
Text Example
Text Example
White with #D1E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E535; }
p { color: rgb(209,229,53); }
H1.HeaderClassName
{
color: #D1E535;
}
.AnyTagClassName
{
color: #D1E535;
}
</style>
background-color css
<style>
a { background-color: #D1E535; }
a { background-color: rgb(209,229,53); }
div.DivClassName
{
background-color: #D1E535;
}
.BgClassName
{
background-color: #D1E535;
}
</style>
border-color css
<style>
span { border-color: #D1E535; }
span { border-color: rgb(209,229,53); }
td.TdClassName
{
border-color: #D1E535;
}
.TagClassName
{
border-color: #D1E535;
}
</style>