Shades of Pear #D3E114
Tints of Pear #D3E114
RGB
CMYK
RGB Variations
Color information
#D3E114 (or 0xD3E114) is known color: Pear. HEX triplet: D3, E1 and 14. RGB value is (211,225,20). Sum of RGB (Red+Green+Blue) = 211+225+20=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E114 is #2C1EEB. Grayscale: #C6C6C6. Windows color (decimal): -2891500 or 1368531. OLE color: 1368531.
HSL color Cylindrical-coordinate representation of color #D3E114: hue angle of 64.1º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3E114 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.12 |
| HSL | 64.1º | 0.84% | 0.48% | - |
| HSV(B) | 64.1º | 0.91% | 0.88% | - |
| XYZ | 53.92 | 67.75 | 10.9 | - |
| YUV | 197.44 | 27.86 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 20 | 0.06 | 0 | 0.91 | 0.12 | 64.1 | 0.84 | 0.48 |
| Hex | D3 | E1 | 14 | 6 | 0 | 5B | C | 40 | 54 | 30 |
| Octal | 323 | 341 | 24 | 6 | 0 | 133 | 14 | 100 | 124 | 60 |
| Binary | 11010011 | 11100001 | 10100 | 110 | 0 | 1011011 | 1100 | 1000000 | 1010100 | 110000 |
Color Harmonies of #D3E114
Complementary color
Monochromatic Colors of #D3E114
Black with #D3E114
Text Example
Text Example
White with #D3E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E114; }
p { color: rgb(211,225,20); }
H1.HeaderClassName
{
color: #D3E114;
}
.AnyTagClassName
{
color: #D3E114;
}
</style>
background-color css
<style>
a { background-color: #D3E114; }
a { background-color: rgb(211,225,20); }
div.DivClassName
{
background-color: #D3E114;
}
.BgClassName
{
background-color: #D3E114;
}
</style>
border-color css
<style>
span { border-color: #D3E114; }
span { border-color: rgb(211,225,20); }
td.TdClassName
{
border-color: #D3E114;
}
.TagClassName
{
border-color: #D3E114;
}
</style>