Shades of Pear #D3E119
Tints of Pear #D3E119
RGB
CMYK
RGB Variations
Color information
#D3E119 (or 0xD3E119) is known color: Pear. HEX triplet: D3, E1 and 19. RGB value is (211,225,25). Sum of RGB (Red+Green+Blue) = 211+225+25=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E119 is #2C1EE6. Grayscale: #C6C6C6. Windows color (decimal): -2891495 or 1696211. OLE color: 1696211.
HSL color Cylindrical-coordinate representation of color #D3E119: hue angle of 64.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3E119 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 25 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.12 |
| HSL | 64.2º | 0.8% | 0.49% | - |
| HSV(B) | 64.2º | 0.89% | 0.88% | - |
| XYZ | 53.96 | 67.77 | 11.16 | - |
| YUV | 198.01 | 30.36 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 25 | 0.06 | 0 | 0.89 | 0.12 | 64.2 | 0.8 | 0.49 |
| Hex | D3 | E1 | 19 | 6 | 0 | 59 | C | 40 | 50 | 31 |
| Octal | 323 | 341 | 31 | 6 | 0 | 131 | 14 | 100 | 120 | 61 |
| Binary | 11010011 | 11100001 | 11001 | 110 | 0 | 1011001 | 1100 | 1000000 | 1010000 | 110001 |
Color Harmonies of #D3E119
Complementary color
Monochromatic Colors of #D3E119
Black with #D3E119
Text Example
Text Example
White with #D3E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E119; }
p { color: rgb(211,225,25); }
H1.HeaderClassName
{
color: #D3E119;
}
.AnyTagClassName
{
color: #D3E119;
}
</style>
background-color css
<style>
a { background-color: #D3E119; }
a { background-color: rgb(211,225,25); }
div.DivClassName
{
background-color: #D3E119;
}
.BgClassName
{
background-color: #D3E119;
}
</style>
border-color css
<style>
span { border-color: #D3E119; }
span { border-color: rgb(211,225,25); }
td.TdClassName
{
border-color: #D3E119;
}
.TagClassName
{
border-color: #D3E119;
}
</style>