Shades of Pear #D8F749
Tints of Pear #D8F749
RGB
CMYK
RGB Variations
Color information
#D8F749 (or 0xD8F749) is known color: Pear. HEX triplet: D8, F7 and 49. RGB value is (216,247,73). Sum of RGB (Red+Green+Blue) = 216+247+73=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F749 is #2708B6. Grayscale: #DADADA. Windows color (decimal): -2558135 or 4847576. OLE color: 4847576.
HSL color Cylindrical-coordinate representation of color #D8F749: hue angle of 70.69º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8F749 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 73 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.03 |
| HSL | 70.69º | 0.92% | 0.63% | - |
| HSV(B) | 70.69º | 0.7% | 0.97% | - |
| XYZ | 62.78 | 81.6 | 18.75 | - |
| YUV | 217.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 73 | 0.13 | 0 | 0.70 | 0.03 | 70.69 | 0.92 | 0.63 |
| Hex | D8 | F7 | 49 | D | 0 | 46 | 3 | 47 | 5C | 3F |
| Octal | 330 | 367 | 111 | 15 | 0 | 106 | 3 | 107 | 134 | 77 |
| Binary | 11011000 | 11110111 | 1001001 | 1101 | 0 | 1000110 | 11 | 1000111 | 1011100 | 111111 |
Color Harmonies of #D8F749
Complementary color
Monochromatic Colors of #D8F749
Black with #D8F749
Text Example
Text Example
White with #D8F749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F749; }
p { color: rgb(216,247,73); }
H1.HeaderClassName
{
color: #D8F749;
}
.AnyTagClassName
{
color: #D8F749;
}
</style>
background-color css
<style>
a { background-color: #D8F749; }
a { background-color: rgb(216,247,73); }
div.DivClassName
{
background-color: #D8F749;
}
.BgClassName
{
background-color: #D8F749;
}
</style>
border-color css
<style>
span { border-color: #D8F749; }
span { border-color: rgb(216,247,73); }
td.TdClassName
{
border-color: #D8F749;
}
.TagClassName
{
border-color: #D8F749;
}
</style>