Shades of Pear #D2E111
Tints of Pear #D2E111
RGB
CMYK
RGB Variations
Color information
#D2E111 (or 0xD2E111) is known color: Pear. HEX triplet: D2, E1 and 11. RGB value is (210,225,17). Sum of RGB (Red+Green+Blue) = 210+225+17=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E111 is #2D1EEE. Grayscale: #C5C5C5. Windows color (decimal): -2957039 or 1171922. OLE color: 1171922.
HSL color Cylindrical-coordinate representation of color #D2E111: hue angle of 64.33º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2E111 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.12 |
| HSL | 64.33º | 0.86% | 0.47% | - |
| HSV(B) | 64.33º | 0.92% | 0.88% | - |
| XYZ | 53.6 | 67.59 | 10.75 | - |
| YUV | 196.8 | 26.53 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 17 | 0.07 | 0 | 0.92 | 0.12 | 64.33 | 0.86 | 0.47 |
| Hex | D2 | E1 | 11 | 7 | 0 | 5C | C | 40 | 56 | 2F |
| Octal | 322 | 341 | 21 | 7 | 0 | 134 | 14 | 100 | 126 | 57 |
| Binary | 11010010 | 11100001 | 10001 | 111 | 0 | 1011100 | 1100 | 1000000 | 1010110 | 101111 |
Color Harmonies of #D2E111
Complementary color
Monochromatic Colors of #D2E111
Black with #D2E111
Text Example
Text Example
White with #D2E111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E111; }
p { color: rgb(210,225,17); }
H1.HeaderClassName
{
color: #D2E111;
}
.AnyTagClassName
{
color: #D2E111;
}
</style>
background-color css
<style>
a { background-color: #D2E111; }
a { background-color: rgb(210,225,17); }
div.DivClassName
{
background-color: #D2E111;
}
.BgClassName
{
background-color: #D2E111;
}
</style>
border-color css
<style>
span { border-color: #D2E111; }
span { border-color: rgb(210,225,17); }
td.TdClassName
{
border-color: #D2E111;
}
.TagClassName
{
border-color: #D2E111;
}
</style>