Shades of Pear #D6E749
Tints of Pear #D6E749
RGB
CMYK
RGB Variations
Color information
#D6E749 (or 0xD6E749) is known color: Pear. HEX triplet: D6, E7 and 49. RGB value is (214,231,73). Sum of RGB (Red+Green+Blue) = 214+231+73=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E749 is #2918B6. Grayscale: #D0D0D0. Windows color (decimal): -2693303 or 4843478. OLE color: 4843478.
HSL color Cylindrical-coordinate representation of color #D6E749: hue angle of 66.46º 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 #D6E749 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 73 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.09 |
| HSL | 66.46º | 0.77% | 0.6% | - |
| HSV(B) | 66.46º | 0.68% | 0.91% | - |
| XYZ | 57.51 | 71.93 | 17.16 | - |
| YUV | 207.91 | 51.87 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 73 | 0.07 | 0 | 0.68 | 0.09 | 66.46 | 0.77 | 0.6 |
| Hex | D6 | E7 | 49 | 7 | 0 | 44 | 9 | 42 | 4D | 3C |
| Octal | 326 | 347 | 111 | 7 | 0 | 104 | 11 | 102 | 115 | 74 |
| Binary | 11010110 | 11100111 | 1001001 | 111 | 0 | 1000100 | 1001 | 1000010 | 1001101 | 111100 |
Color Harmonies of #D6E749
Complementary color
Monochromatic Colors of #D6E749
Black with #D6E749
Text Example
Text Example
White with #D6E749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E749; }
p { color: rgb(214,231,73); }
H1.HeaderClassName
{
color: #D6E749;
}
.AnyTagClassName
{
color: #D6E749;
}
</style>
background-color css
<style>
a { background-color: #D6E749; }
a { background-color: rgb(214,231,73); }
div.DivClassName
{
background-color: #D6E749;
}
.BgClassName
{
background-color: #D6E749;
}
</style>
border-color css
<style>
span { border-color: #D6E749; }
span { border-color: rgb(214,231,73); }
td.TdClassName
{
border-color: #D6E749;
}
.TagClassName
{
border-color: #D6E749;
}
</style>