Shades of Pear #D3E515
Tints of Pear #D3E515
RGB
CMYK
RGB Variations
Color information
#D3E515 (or 0xD3E515) is known color: Pear. HEX triplet: D3, E5 and 15. RGB value is (211,229,21). Sum of RGB (Red+Green+Blue) = 211+229+21=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E515 is #2C1AEA. Grayscale: #C8C8C8. Windows color (decimal): -2890475 or 1435091. OLE color: 1435091.
HSL color Cylindrical-coordinate representation of color #D3E515: hue angle of 65.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3E515 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 21 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.10 |
| HSL | 65.19º | 0.83% | 0.49% | - |
| HSV(B) | 65.19º | 0.91% | 0.9% | - |
| XYZ | 55.02 | 69.94 | 11.31 | - |
| YUV | 199.91 | 27.04 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 21 | 0.08 | 0 | 0.91 | 0.10 | 65.19 | 0.83 | 0.49 |
| Hex | D3 | E5 | 15 | 8 | 0 | 5B | A | 41 | 53 | 31 |
| Octal | 323 | 345 | 25 | 10 | 0 | 133 | 12 | 101 | 123 | 61 |
| Binary | 11010011 | 11100101 | 10101 | 1000 | 0 | 1011011 | 1010 | 1000001 | 1010011 | 110001 |
Color Harmonies of #D3E515
Complementary color
Monochromatic Colors of #D3E515
Black with #D3E515
Text Example
Text Example
White with #D3E515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E515; }
p { color: rgb(211,229,21); }
H1.HeaderClassName
{
color: #D3E515;
}
.AnyTagClassName
{
color: #D3E515;
}
</style>
background-color css
<style>
a { background-color: #D3E515; }
a { background-color: rgb(211,229,21); }
div.DivClassName
{
background-color: #D3E515;
}
.BgClassName
{
background-color: #D3E515;
}
</style>
border-color css
<style>
span { border-color: #D3E515; }
span { border-color: rgb(211,229,21); }
td.TdClassName
{
border-color: #D3E515;
}
.TagClassName
{
border-color: #D3E515;
}
</style>