Shades of Pear #D1E118
Tints of Pear #D1E118
RGB
CMYK
RGB Variations
Color information
#D1E118 (or 0xD1E118) is known color: Pear. HEX triplet: D1, E1 and 18. RGB value is (209,225,24). Sum of RGB (Red+Green+Blue) = 209+225+24=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E118 is #2E1EE7. Grayscale: #C6C6C6. Windows color (decimal): -3022568 or 1630673. OLE color: 1630673.
HSL color Cylindrical-coordinate representation of color #D1E118: hue angle of 64.78º degrees, saturation: 0.81, 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 #D1E118 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 24 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.12 |
| HSL | 64.78º | 0.81% | 0.49% | - |
| HSV(B) | 64.78º | 0.89% | 0.88% | - |
| XYZ | 53.38 | 67.47 | 11.07 | - |
| YUV | 197.3 | 30.2 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 24 | 0.07 | 0 | 0.89 | 0.12 | 64.78 | 0.81 | 0.49 |
| Hex | D1 | E1 | 18 | 7 | 0 | 59 | C | 41 | 51 | 31 |
| Octal | 321 | 341 | 30 | 7 | 0 | 131 | 14 | 101 | 121 | 61 |
| Binary | 11010001 | 11100001 | 11000 | 111 | 0 | 1011001 | 1100 | 1000001 | 1010001 | 110001 |
Color Harmonies of #D1E118
Complementary color
Monochromatic Colors of #D1E118
Black with #D1E118
Text Example
Text Example
White with #D1E118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E118; }
p { color: rgb(209,225,24); }
H1.HeaderClassName
{
color: #D1E118;
}
.AnyTagClassName
{
color: #D1E118;
}
</style>
background-color css
<style>
a { background-color: #D1E118; }
a { background-color: rgb(209,225,24); }
div.DivClassName
{
background-color: #D1E118;
}
.BgClassName
{
background-color: #D1E118;
}
</style>
border-color css
<style>
span { border-color: #D1E118; }
span { border-color: rgb(209,225,24); }
td.TdClassName
{
border-color: #D1E118;
}
.TagClassName
{
border-color: #D1E118;
}
</style>