Shades of Pear #D3EB15
Tints of Pear #D3EB15
RGB
CMYK
RGB Variations
Color information
#D3EB15 (or 0xD3EB15) is known color: Pear. HEX triplet: D3, EB and 15. RGB value is (211,235,21). Sum of RGB (Red+Green+Blue) = 211+235+21=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EB15 is #2C14EA. Grayscale: #CCCCCC. Windows color (decimal): -2888939 or 1436627. OLE color: 1436627.
HSL color Cylindrical-coordinate representation of color #D3EB15: hue angle of 66.73º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3EB15 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.08 |
| HSL | 66.73º | 0.84% | 0.5% | - |
| HSV(B) | 66.73º | 0.91% | 0.92% | - |
| XYZ | 56.71 | 73.32 | 11.87 | - |
| YUV | 203.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 21 | 0.10 | 0 | 0.91 | 0.08 | 66.73 | 0.84 | 0.5 |
| Hex | D3 | EB | 15 | A | 0 | 5B | 8 | 43 | 54 | 32 |
| Octal | 323 | 353 | 25 | 12 | 0 | 133 | 10 | 103 | 124 | 62 |
| Binary | 11010011 | 11101011 | 10101 | 1010 | 0 | 1011011 | 1000 | 1000011 | 1010100 | 110010 |
Color Harmonies of #D3EB15
Complementary color
Monochromatic Colors of #D3EB15
Black with #D3EB15
Text Example
Text Example
White with #D3EB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB15; }
p { color: rgb(211,235,21); }
H1.HeaderClassName
{
color: #D3EB15;
}
.AnyTagClassName
{
color: #D3EB15;
}
</style>
background-color css
<style>
a { background-color: #D3EB15; }
a { background-color: rgb(211,235,21); }
div.DivClassName
{
background-color: #D3EB15;
}
.BgClassName
{
background-color: #D3EB15;
}
</style>
border-color css
<style>
span { border-color: #D3EB15; }
span { border-color: rgb(211,235,21); }
td.TdClassName
{
border-color: #D3EB15;
}
.TagClassName
{
border-color: #D3EB15;
}
</style>