Shades of Pear #D1E119
Tints of Pear #D1E119
RGB
CMYK
RGB Variations
Color information
#D1E119 (or 0xD1E119) is known color: Pear. HEX triplet: D1, E1 and 19. RGB value is (209,225,25). Sum of RGB (Red+Green+Blue) = 209+225+25=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E119 is #2E1EE6. Grayscale: #C6C6C6. Windows color (decimal): -3022567 or 1696209. OLE color: 1696209.
HSL color Cylindrical-coordinate representation of color #D1E119: hue angle of 64.8º 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 #D1E119 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 25 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.12 |
| HSL | 64.8º | 0.8% | 0.49% | - |
| HSV(B) | 64.8º | 0.89% | 0.88% | - |
| XYZ | 53.4 | 67.48 | 11.13 | - |
| YUV | 197.42 | 30.7 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 25 | 0.07 | 0 | 0.89 | 0.12 | 64.8 | 0.8 | 0.49 |
| Hex | D1 | E1 | 19 | 7 | 0 | 59 | C | 41 | 50 | 31 |
| Octal | 321 | 341 | 31 | 7 | 0 | 131 | 14 | 101 | 120 | 61 |
| Binary | 11010001 | 11100001 | 11001 | 111 | 0 | 1011001 | 1100 | 1000001 | 1010000 | 110001 |
Color Harmonies of #D1E119
Complementary color
Monochromatic Colors of #D1E119
Black with #D1E119
Text Example
Text Example
White with #D1E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E119; }
p { color: rgb(209,225,25); }
H1.HeaderClassName
{
color: #D1E119;
}
.AnyTagClassName
{
color: #D1E119;
}
</style>
background-color css
<style>
a { background-color: #D1E119; }
a { background-color: rgb(209,225,25); }
div.DivClassName
{
background-color: #D1E119;
}
.BgClassName
{
background-color: #D1E119;
}
</style>
border-color css
<style>
span { border-color: #D1E119; }
span { border-color: rgb(209,225,25); }
td.TdClassName
{
border-color: #D1E119;
}
.TagClassName
{
border-color: #D1E119;
}
</style>