Shades of Pear #D1E035
Tints of Pear #D1E035
RGB
CMYK
RGB Variations
Color information
#D1E035 (or 0xD1E035) is known color: Pear. HEX triplet: D1, E0 and 35. RGB value is (209,224,53). Sum of RGB (Red+Green+Blue) = 209+224+53=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E035 is #2E1FCA. Grayscale: #C8C8C8. Windows color (decimal): -3022795 or 3530961. OLE color: 3530961.
HSL color Cylindrical-coordinate representation of color #D1E035: hue angle of 65.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1E035 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 53 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.12 |
| HSL | 65.26º | 0.73% | 0.54% | - |
| HSV(B) | 65.26º | 0.76% | 0.88% | - |
| XYZ | 53.59 | 67.12 | 13.5 | - |
| YUV | 200.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 53 | 0.07 | 0 | 0.76 | 0.12 | 65.26 | 0.73 | 0.54 |
| Hex | D1 | E0 | 35 | 7 | 0 | 4C | C | 41 | 49 | 36 |
| Octal | 321 | 340 | 65 | 7 | 0 | 114 | 14 | 101 | 111 | 66 |
| Binary | 11010001 | 11100000 | 110101 | 111 | 0 | 1001100 | 1100 | 1000001 | 1001001 | 110110 |
Color Harmonies of #D1E035
Complementary color
Monochromatic Colors of #D1E035
Black with #D1E035
Text Example
Text Example
White with #D1E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E035; }
p { color: rgb(209,224,53); }
H1.HeaderClassName
{
color: #D1E035;
}
.AnyTagClassName
{
color: #D1E035;
}
</style>
background-color css
<style>
a { background-color: #D1E035; }
a { background-color: rgb(209,224,53); }
div.DivClassName
{
background-color: #D1E035;
}
.BgClassName
{
background-color: #D1E035;
}
</style>
border-color css
<style>
span { border-color: #D1E035; }
span { border-color: rgb(209,224,53); }
td.TdClassName
{
border-color: #D1E035;
}
.TagClassName
{
border-color: #D1E035;
}
</style>