Shades of Pear #D2E11E
Tints of Pear #D2E11E
RGB
CMYK
RGB Variations
Color information
#D2E11E (or 0xD2E11E) is known color: Pear. HEX triplet: D2, E1 and 1E. RGB value is (210,225,30). Sum of RGB (Red+Green+Blue) = 210+225+30=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E11E is #2D1EE1. Grayscale: #C7C7C7. Windows color (decimal): -2957026 or 2023890. OLE color: 2023890.
HSL color Cylindrical-coordinate representation of color #D2E11E: hue angle of 64.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2E11E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 30 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.12 |
| HSL | 64.62º | 0.76% | 0.5% | - |
| HSV(B) | 64.62º | 0.87% | 0.88% | - |
| XYZ | 53.74 | 67.65 | 11.45 | - |
| YUV | 198.29 | 33.03 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 30 | 0.07 | 0 | 0.87 | 0.12 | 64.62 | 0.76 | 0.5 |
| Hex | D2 | E1 | 1E | 7 | 0 | 57 | C | 41 | 4C | 32 |
| Octal | 322 | 341 | 36 | 7 | 0 | 127 | 14 | 101 | 114 | 62 |
| Binary | 11010010 | 11100001 | 11110 | 111 | 0 | 1010111 | 1100 | 1000001 | 1001100 | 110010 |
Color Harmonies of #D2E11E
Complementary color
Monochromatic Colors of #D2E11E
Black with #D2E11E
Text Example
Text Example
White with #D2E11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E11E; }
p { color: rgb(210,225,30); }
H1.HeaderClassName
{
color: #D2E11E;
}
.AnyTagClassName
{
color: #D2E11E;
}
</style>
background-color css
<style>
a { background-color: #D2E11E; }
a { background-color: rgb(210,225,30); }
div.DivClassName
{
background-color: #D2E11E;
}
.BgClassName
{
background-color: #D2E11E;
}
</style>
border-color css
<style>
span { border-color: #D2E11E; }
span { border-color: rgb(210,225,30); }
td.TdClassName
{
border-color: #D2E11E;
}
.TagClassName
{
border-color: #D2E11E;
}
</style>