Shades of Pear #D1E749
Tints of Pear #D1E749
RGB
CMYK
RGB Variations
Color information
#D1E749 (or 0xD1E749) is known color: Pear. HEX triplet: D1, E7 and 49. RGB value is (209,231,73). Sum of RGB (Red+Green+Blue) = 209+231+73=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E749 is #2E18B6. Grayscale: #CFCFCF. Windows color (decimal): -3020983 or 4843473. OLE color: 4843473.
HSL color Cylindrical-coordinate representation of color #D1E749: hue angle of 68.35º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1E749 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 73 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.09 |
| HSL | 68.35º | 0.77% | 0.6% | - |
| HSV(B) | 68.35º | 0.68% | 0.91% | - |
| XYZ | 56.07 | 71.19 | 17.09 | - |
| YUV | 206.41 | 52.71 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 73 | 0.10 | 0 | 0.68 | 0.09 | 68.35 | 0.77 | 0.6 |
| Hex | D1 | E7 | 49 | A | 0 | 44 | 9 | 44 | 4D | 3C |
| Octal | 321 | 347 | 111 | 12 | 0 | 104 | 11 | 104 | 115 | 74 |
| Binary | 11010001 | 11100111 | 1001001 | 1010 | 0 | 1000100 | 1001 | 1000100 | 1001101 | 111100 |
Color Harmonies of #D1E749
Complementary color
Monochromatic Colors of #D1E749
Black with #D1E749
Text Example
Text Example
White with #D1E749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E749; }
p { color: rgb(209,231,73); }
H1.HeaderClassName
{
color: #D1E749;
}
.AnyTagClassName
{
color: #D1E749;
}
</style>
background-color css
<style>
a { background-color: #D1E749; }
a { background-color: rgb(209,231,73); }
div.DivClassName
{
background-color: #D1E749;
}
.BgClassName
{
background-color: #D1E749;
}
</style>
border-color css
<style>
span { border-color: #D1E749; }
span { border-color: rgb(209,231,73); }
td.TdClassName
{
border-color: #D1E749;
}
.TagClassName
{
border-color: #D1E749;
}
</style>