Shades of Pear #DFFF47
Tints of Pear #DFFF47
RGB
CMYK
RGB Variations
Color information
#DFFF47 (or 0xDFFF47) is known color: Pear. HEX triplet: DF, FF and 47. RGB value is (223,255,71). Sum of RGB (Red+Green+Blue) = 223+255+71=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 71 (28.12% from 255 or 12.93% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF47 is #2000B8. Grayscale: #E1E1E1. Windows color (decimal): -2097337 or 4718559. OLE color: 4718559.
HSL color Cylindrical-coordinate representation of color #DFFF47: hue angle of 70.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFFF47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 71 | - |
| CMYK | 0.13 | 0 | 0.72 | 0 |
| HSL | 70.43º | 1% | 0.64% | - |
| HSV(B) | 70.43º | 0.72% | 1% | - |
| XYZ | 67.33 | 87.66 | 19.33 | - |
| YUV | 224.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 71 | 0.13 | 0 | 0.72 | 0 | 70.43 | 1 | 0.64 |
| Hex | DF | FF | 47 | D | 0 | 48 | 0 | 46 | 64 | 40 |
| Octal | 337 | 377 | 107 | 15 | 0 | 110 | 0 | 106 | 144 | 100 |
| Binary | 11011111 | 11111111 | 1000111 | 1101 | 0 | 1001000 | 0 | 1000110 | 1100100 | 1000000 |
Color Harmonies of #DFFF47
Complementary color
Monochromatic Colors of #DFFF47
Black with #DFFF47
Text Example
Text Example
White with #DFFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF47; }
p { color: rgb(223,255,71); }
H1.HeaderClassName
{
color: #DFFF47;
}
.AnyTagClassName
{
color: #DFFF47;
}
</style>
background-color css
<style>
a { background-color: #DFFF47; }
a { background-color: rgb(223,255,71); }
div.DivClassName
{
background-color: #DFFF47;
}
.BgClassName
{
background-color: #DFFF47;
}
</style>
border-color css
<style>
span { border-color: #DFFF47; }
span { border-color: rgb(223,255,71); }
td.TdClassName
{
border-color: #DFFF47;
}
.TagClassName
{
border-color: #DFFF47;
}
</style>