Shades of Pear #D2E119
Tints of Pear #D2E119
RGB
CMYK
RGB Variations
Color information
#D2E119 (or 0xD2E119) is known color: Pear. HEX triplet: D2, E1 and 19. RGB value is (210,225,25). Sum of RGB (Red+Green+Blue) = 210+225+25=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E119 is #2D1EE6. Grayscale: #C6C6C6. Windows color (decimal): -2957031 or 1696210. OLE color: 1696210.
HSL color Cylindrical-coordinate representation of color #D2E119: hue angle of 64.5º 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 #D2E119 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 25 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.12 |
| HSL | 64.5º | 0.8% | 0.49% | - |
| HSV(B) | 64.5º | 0.89% | 0.88% | - |
| XYZ | 53.68 | 67.62 | 11.14 | - |
| YUV | 197.72 | 30.53 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 25 | 0.07 | 0 | 0.89 | 0.12 | 64.5 | 0.8 | 0.49 |
| Hex | D2 | E1 | 19 | 7 | 0 | 59 | C | 40 | 50 | 31 |
| Octal | 322 | 341 | 31 | 7 | 0 | 131 | 14 | 100 | 120 | 61 |
| Binary | 11010010 | 11100001 | 11001 | 111 | 0 | 1011001 | 1100 | 1000000 | 1010000 | 110001 |
Color Harmonies of #D2E119
Complementary color
Monochromatic Colors of #D2E119
Black with #D2E119
Text Example
Text Example
White with #D2E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E119; }
p { color: rgb(210,225,25); }
H1.HeaderClassName
{
color: #D2E119;
}
.AnyTagClassName
{
color: #D2E119;
}
</style>
background-color css
<style>
a { background-color: #D2E119; }
a { background-color: rgb(210,225,25); }
div.DivClassName
{
background-color: #D2E119;
}
.BgClassName
{
background-color: #D2E119;
}
</style>
border-color css
<style>
span { border-color: #D2E119; }
span { border-color: rgb(210,225,25); }
td.TdClassName
{
border-color: #D2E119;
}
.TagClassName
{
border-color: #D2E119;
}
</style>