Shades of Pear #D1EE20
Tints of Pear #D1EE20
RGB
CMYK
RGB Variations
Color information
#D1EE20 (or 0xD1EE20) is known color: Pear. HEX triplet: D1, EE and 20. RGB value is (209,238,32). Sum of RGB (Red+Green+Blue) = 209+238+32=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EE20 is #2E11DF. Grayscale: #CECECE. Windows color (decimal): -3019232 or 2158289. OLE color: 2158289.
HSL color Cylindrical-coordinate representation of color #D1EE20: hue angle of 68.45º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1EE20 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 32 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.07 |
| HSL | 68.45º | 0.86% | 0.53% | - |
| HSV(B) | 68.45º | 0.87% | 0.93% | - |
| XYZ | 57.13 | 74.81 | 12.79 | - |
| YUV | 205.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 32 | 0.12 | 0 | 0.87 | 0.07 | 68.45 | 0.86 | 0.53 |
| Hex | D1 | EE | 20 | C | 0 | 57 | 7 | 44 | 56 | 35 |
| Octal | 321 | 356 | 40 | 14 | 0 | 127 | 7 | 104 | 126 | 65 |
| Binary | 11010001 | 11101110 | 100000 | 1100 | 0 | 1010111 | 111 | 1000100 | 1010110 | 110101 |
Color Harmonies of #D1EE20
Complementary color
Monochromatic Colors of #D1EE20
Black with #D1EE20
Text Example
Text Example
White with #D1EE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EE20; }
p { color: rgb(209,238,32); }
H1.HeaderClassName
{
color: #D1EE20;
}
.AnyTagClassName
{
color: #D1EE20;
}
</style>
background-color css
<style>
a { background-color: #D1EE20; }
a { background-color: rgb(209,238,32); }
div.DivClassName
{
background-color: #D1EE20;
}
.BgClassName
{
background-color: #D1EE20;
}
</style>
border-color css
<style>
span { border-color: #D1EE20; }
span { border-color: rgb(209,238,32); }
td.TdClassName
{
border-color: #D1EE20;
}
.TagClassName
{
border-color: #D1EE20;
}
</style>