Shades of Pear #D3E215
Tints of Pear #D3E215
RGB
CMYK
RGB Variations
Color information
#D3E215 (or 0xD3E215) is known color: Pear. HEX triplet: D3, E2 and 15. RGB value is (211,226,21). Sum of RGB (Red+Green+Blue) = 211+226+21=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E215 is #2C1DEA. Grayscale: #C6C6C6. Windows color (decimal): -2891243 or 1434323. OLE color: 1434323.
HSL color Cylindrical-coordinate representation of color #D3E215: hue angle of 64.39º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3E215 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 21 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.11 |
| HSL | 64.39º | 0.83% | 0.48% | - |
| HSV(B) | 64.39º | 0.91% | 0.89% | - |
| XYZ | 54.2 | 68.3 | 11.04 | - |
| YUV | 198.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 21 | 0.07 | 0 | 0.91 | 0.11 | 64.39 | 0.83 | 0.48 |
| Hex | D3 | E2 | 15 | 7 | 0 | 5B | B | 40 | 53 | 30 |
| Octal | 323 | 342 | 25 | 7 | 0 | 133 | 13 | 100 | 123 | 60 |
| Binary | 11010011 | 11100010 | 10101 | 111 | 0 | 1011011 | 1011 | 1000000 | 1010011 | 110000 |
Color Harmonies of #D3E215
Complementary color
Monochromatic Colors of #D3E215
Black with #D3E215
Text Example
Text Example
White with #D3E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E215; }
p { color: rgb(211,226,21); }
H1.HeaderClassName
{
color: #D3E215;
}
.AnyTagClassName
{
color: #D3E215;
}
</style>
background-color css
<style>
a { background-color: #D3E215; }
a { background-color: rgb(211,226,21); }
div.DivClassName
{
background-color: #D3E215;
}
.BgClassName
{
background-color: #D3E215;
}
</style>
border-color css
<style>
span { border-color: #D3E215; }
span { border-color: rgb(211,226,21); }
td.TdClassName
{
border-color: #D3E215;
}
.TagClassName
{
border-color: #D3E215;
}
</style>