Shades of Pear #D1E849
Tints of Pear #D1E849
RGB
CMYK
RGB Variations
Color information
#D1E849 (or 0xD1E849) is known color: Pear. HEX triplet: D1, E8 and 49. RGB value is (209,232,73). Sum of RGB (Red+Green+Blue) = 209+232+73=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E849 is #2E17B6. Grayscale: #CFCFCF. Windows color (decimal): -3020727 or 4843729. OLE color: 4843729.
HSL color Cylindrical-coordinate representation of color #D1E849: hue angle of 68.68º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1E849 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 73 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.09 |
| HSL | 68.68º | 0.78% | 0.6% | - |
| HSV(B) | 68.68º | 0.69% | 0.91% | - |
| XYZ | 56.35 | 71.75 | 17.18 | - |
| YUV | 207 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 73 | 0.10 | 0 | 0.69 | 0.09 | 68.68 | 0.78 | 0.6 |
| Hex | D1 | E8 | 49 | A | 0 | 45 | 9 | 45 | 4E | 3C |
| Octal | 321 | 350 | 111 | 12 | 0 | 105 | 11 | 105 | 116 | 74 |
| Binary | 11010001 | 11101000 | 1001001 | 1010 | 0 | 1000101 | 1001 | 1000101 | 1001110 | 111100 |
Color Harmonies of #D1E849
Complementary color
Monochromatic Colors of #D1E849
Black with #D1E849
Text Example
Text Example
White with #D1E849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E849; }
p { color: rgb(209,232,73); }
H1.HeaderClassName
{
color: #D1E849;
}
.AnyTagClassName
{
color: #D1E849;
}
</style>
background-color css
<style>
a { background-color: #D1E849; }
a { background-color: rgb(209,232,73); }
div.DivClassName
{
background-color: #D1E849;
}
.BgClassName
{
background-color: #D1E849;
}
</style>
border-color css
<style>
span { border-color: #D1E849; }
span { border-color: rgb(209,232,73); }
td.TdClassName
{
border-color: #D1E849;
}
.TagClassName
{
border-color: #D1E849;
}
</style>