Shades of Pear #D1E131
Tints of Pear #D1E131
RGB
CMYK
RGB Variations
Color information
#D1E131 (or 0xD1E131) is known color: Pear. HEX triplet: D1, E1 and 31. RGB value is (209,225,49). Sum of RGB (Red+Green+Blue) = 209+225+49=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E131 is #2E1ECE. Grayscale: #C8C8C8. Windows color (decimal): -3022543 or 3269073. OLE color: 3269073.
HSL color Cylindrical-coordinate representation of color #D1E131: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1E131 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 49 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.12 |
| HSL | 65.45º | 0.75% | 0.54% | - |
| HSV(B) | 65.45º | 0.78% | 0.88% | - |
| XYZ | 53.77 | 67.63 | 13.12 | - |
| YUV | 200.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 49 | 0.07 | 0 | 0.78 | 0.12 | 65.45 | 0.75 | 0.54 |
| Hex | D1 | E1 | 31 | 7 | 0 | 4E | C | 41 | 4B | 36 |
| Octal | 321 | 341 | 61 | 7 | 0 | 116 | 14 | 101 | 113 | 66 |
| Binary | 11010001 | 11100001 | 110001 | 111 | 0 | 1001110 | 1100 | 1000001 | 1001011 | 110110 |
Color Harmonies of #D1E131
Complementary color
Monochromatic Colors of #D1E131
Black with #D1E131
Text Example
Text Example
White with #D1E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E131; }
p { color: rgb(209,225,49); }
H1.HeaderClassName
{
color: #D1E131;
}
.AnyTagClassName
{
color: #D1E131;
}
</style>
background-color css
<style>
a { background-color: #D1E131; }
a { background-color: rgb(209,225,49); }
div.DivClassName
{
background-color: #D1E131;
}
.BgClassName
{
background-color: #D1E131;
}
</style>
border-color css
<style>
span { border-color: #D1E131; }
span { border-color: rgb(209,225,49); }
td.TdClassName
{
border-color: #D1E131;
}
.TagClassName
{
border-color: #D1E131;
}
</style>