Shades of Pear #D7FF49
Tints of Pear #D7FF49
RGB
CMYK
RGB Variations
Color information
#D7FF49 (or 0xD7FF49) is known color: Pear. HEX triplet: D7, FF and 49. RGB value is (215,255,73). Sum of RGB (Red+Green+Blue) = 215+255+73=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 73 (28.91% from 255 or 13.44% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FF49 is #2800B6. Grayscale: #DEDEDE. Windows color (decimal): -2621623 or 4849623. OLE color: 4849623.
HSL color Cylindrical-coordinate representation of color #D7FF49: hue angle of 73.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7FF49 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 73 | - |
| CMYK | 0.16 | 0 | 0.71 | 0 |
| HSL | 73.19º | 1% | 0.64% | - |
| HSV(B) | 73.19º | 0.71% | 1% | - |
| XYZ | 64.99 | 86.45 | 19.56 | - |
| YUV | 222.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 73 | 0.16 | 0 | 0.71 | 0 | 73.19 | 1 | 0.64 |
| Hex | D7 | FF | 49 | 10 | 0 | 47 | 0 | 49 | 64 | 40 |
| Octal | 327 | 377 | 111 | 20 | 0 | 107 | 0 | 111 | 144 | 100 |
| Binary | 11010111 | 11111111 | 1001001 | 10000 | 0 | 1000111 | 0 | 1001001 | 1100100 | 1000000 |
Color Harmonies of #D7FF49
Complementary color
Monochromatic Colors of #D7FF49
Black with #D7FF49
Text Example
Text Example
White with #D7FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF49; }
p { color: rgb(215,255,73); }
H1.HeaderClassName
{
color: #D7FF49;
}
.AnyTagClassName
{
color: #D7FF49;
}
</style>
background-color css
<style>
a { background-color: #D7FF49; }
a { background-color: rgb(215,255,73); }
div.DivClassName
{
background-color: #D7FF49;
}
.BgClassName
{
background-color: #D7FF49;
}
</style>
border-color css
<style>
span { border-color: #D7FF49; }
span { border-color: rgb(215,255,73); }
td.TdClassName
{
border-color: #D7FF49;
}
.TagClassName
{
border-color: #D7FF49;
}
</style>