Shades of Pear #D7F949
Tints of Pear #D7F949
RGB
CMYK
RGB Variations
Color information
#D7F949 (or 0xD7F949) is known color: Pear. HEX triplet: D7, F9 and 49. RGB value is (215,249,73). Sum of RGB (Red+Green+Blue) = 215+249+73=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F949 is #2806B6. Grayscale: #DBDBDB. Windows color (decimal): -2623159 or 4848087. OLE color: 4848087.
HSL color Cylindrical-coordinate representation of color #D7F949: hue angle of 71.59º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7F949 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 249 | 73 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.02 |
| HSL | 71.59º | 0.94% | 0.63% | - |
| HSV(B) | 71.59º | 0.71% | 0.98% | - |
| XYZ | 63.1 | 82.68 | 18.94 | - |
| YUV | 218.77 | 45.74 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 249 | 73 | 0.14 | 0 | 0.71 | 0.02 | 71.59 | 0.94 | 0.63 |
| Hex | D7 | F9 | 49 | E | 0 | 47 | 2 | 48 | 5E | 3F |
| Octal | 327 | 371 | 111 | 16 | 0 | 107 | 2 | 110 | 136 | 77 |
| Binary | 11010111 | 11111001 | 1001001 | 1110 | 0 | 1000111 | 10 | 1001000 | 1011110 | 111111 |
Color Harmonies of #D7F949
Complementary color
Monochromatic Colors of #D7F949
Black with #D7F949
Text Example
Text Example
White with #D7F949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F949; }
p { color: rgb(215,249,73); }
H1.HeaderClassName
{
color: #D7F949;
}
.AnyTagClassName
{
color: #D7F949;
}
</style>
background-color css
<style>
a { background-color: #D7F949; }
a { background-color: rgb(215,249,73); }
div.DivClassName
{
background-color: #D7F949;
}
.BgClassName
{
background-color: #D7F949;
}
</style>
border-color css
<style>
span { border-color: #D7F949; }
span { border-color: rgb(215,249,73); }
td.TdClassName
{
border-color: #D7F949;
}
.TagClassName
{
border-color: #D7F949;
}
</style>