Shades of Pear #D8FD49
Tints of Pear #D8FD49
RGB
CMYK
RGB Variations
Color information
#D8FD49 (or 0xD8FD49) is known color: Pear. HEX triplet: D8, FD and 49. RGB value is (216,253,73). Sum of RGB (Red+Green+Blue) = 216+253+73=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FD49 is #2702B6. Grayscale: #DEDEDE. Windows color (decimal): -2556599 or 4849112. OLE color: 4849112.
HSL color Cylindrical-coordinate representation of color #D8FD49: hue angle of 72.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8FD49 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 73 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.01 |
| HSL | 72.33º | 0.98% | 0.64% | - |
| HSV(B) | 72.33º | 0.71% | 0.99% | - |
| XYZ | 64.65 | 85.33 | 19.37 | - |
| YUV | 221.42 | 44.24 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 73 | 0.15 | 0 | 0.71 | 0.01 | 72.33 | 0.98 | 0.64 |
| Hex | D8 | FD | 49 | F | 0 | 47 | 1 | 48 | 62 | 40 |
| Octal | 330 | 375 | 111 | 17 | 0 | 107 | 1 | 110 | 142 | 100 |
| Binary | 11011000 | 11111101 | 1001001 | 1111 | 0 | 1000111 | 1 | 1001000 | 1100010 | 1000000 |
Color Harmonies of #D8FD49
Complementary color
Monochromatic Colors of #D8FD49
Black with #D8FD49
Text Example
Text Example
White with #D8FD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD49; }
p { color: rgb(216,253,73); }
H1.HeaderClassName
{
color: #D8FD49;
}
.AnyTagClassName
{
color: #D8FD49;
}
</style>
background-color css
<style>
a { background-color: #D8FD49; }
a { background-color: rgb(216,253,73); }
div.DivClassName
{
background-color: #D8FD49;
}
.BgClassName
{
background-color: #D8FD49;
}
</style>
border-color css
<style>
span { border-color: #D8FD49; }
span { border-color: rgb(216,253,73); }
td.TdClassName
{
border-color: #D8FD49;
}
.TagClassName
{
border-color: #D8FD49;
}
</style>