Shades of Pear #D3E211
Tints of Pear #D3E211
RGB
CMYK
RGB Variations
Color information
#D3E211 (or 0xD3E211) is known color: Pear. HEX triplet: D3, E2 and 11. RGB value is (211,226,17). Sum of RGB (Red+Green+Blue) = 211+226+17=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E211 is #2C1DEE. Grayscale: #C6C6C6. Windows color (decimal): -2891247 or 1172179. OLE color: 1172179.
HSL color Cylindrical-coordinate representation of color #D3E211: hue angle of 64.31º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3E211 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 17 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.11 |
| HSL | 64.31º | 0.86% | 0.48% | - |
| HSV(B) | 64.31º | 0.92% | 0.89% | - |
| XYZ | 54.16 | 68.28 | 10.86 | - |
| YUV | 197.69 | 26.03 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 17 | 0.07 | 0 | 0.92 | 0.11 | 64.31 | 0.86 | 0.48 |
| Hex | D3 | E2 | 11 | 7 | 0 | 5C | B | 40 | 56 | 30 |
| Octal | 323 | 342 | 21 | 7 | 0 | 134 | 13 | 100 | 126 | 60 |
| Binary | 11010011 | 11100010 | 10001 | 111 | 0 | 1011100 | 1011 | 1000000 | 1010110 | 110000 |
Color Harmonies of #D3E211
Complementary color
Monochromatic Colors of #D3E211
Black with #D3E211
Text Example
Text Example
White with #D3E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E211; }
p { color: rgb(211,226,17); }
H1.HeaderClassName
{
color: #D3E211;
}
.AnyTagClassName
{
color: #D3E211;
}
</style>
background-color css
<style>
a { background-color: #D3E211; }
a { background-color: rgb(211,226,17); }
div.DivClassName
{
background-color: #D3E211;
}
.BgClassName
{
background-color: #D3E211;
}
</style>
border-color css
<style>
span { border-color: #D3E211; }
span { border-color: rgb(211,226,17); }
td.TdClassName
{
border-color: #D3E211;
}
.TagClassName
{
border-color: #D3E211;
}
</style>