Shades of Pear #D1E144
Tints of Pear #D1E144
RGB
CMYK
RGB Variations
Color information
#D1E144 (or 0xD1E144) is known color: Pear. HEX triplet: D1, E1 and 44. RGB value is (209,225,68). Sum of RGB (Red+Green+Blue) = 209+225+68=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E144 is #2E1EBB. Grayscale: #CACACA. Windows color (decimal): -3022524 or 4514257. OLE color: 4514257.
HSL color Cylindrical-coordinate representation of color #D1E144: hue angle of 66.11º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1E144 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 68 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.12 |
| HSL | 66.11º | 0.72% | 0.57% | - |
| HSV(B) | 66.11º | 0.7% | 0.88% | - |
| XYZ | 54.26 | 67.82 | 15.7 | - |
| YUV | 202.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 68 | 0.07 | 0 | 0.70 | 0.12 | 66.11 | 0.72 | 0.57 |
| Hex | D1 | E1 | 44 | 7 | 0 | 46 | C | 42 | 48 | 39 |
| Octal | 321 | 341 | 104 | 7 | 0 | 106 | 14 | 102 | 110 | 71 |
| Binary | 11010001 | 11100001 | 1000100 | 111 | 0 | 1000110 | 1100 | 1000010 | 1001000 | 111001 |
Color Harmonies of #D1E144
Complementary color
Monochromatic Colors of #D1E144
Black with #D1E144
Text Example
Text Example
White with #D1E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E144; }
p { color: rgb(209,225,68); }
H1.HeaderClassName
{
color: #D1E144;
}
.AnyTagClassName
{
color: #D1E144;
}
</style>
background-color css
<style>
a { background-color: #D1E144; }
a { background-color: rgb(209,225,68); }
div.DivClassName
{
background-color: #D1E144;
}
.BgClassName
{
background-color: #D1E144;
}
</style>
border-color css
<style>
span { border-color: #D1E144; }
span { border-color: rgb(209,225,68); }
td.TdClassName
{
border-color: #D1E144;
}
.TagClassName
{
border-color: #D1E144;
}
</style>