Shades of Pear #DFFE44
Tints of Pear #DFFE44
RGB
CMYK
RGB Variations
Color information
#DFFE44 (or 0xDFFE44) is known color: Pear. HEX triplet: DF, FE and 44. RGB value is (223,254,68). Sum of RGB (Red+Green+Blue) = 223+254+68=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 68 (26.95% from 255 or 12.48% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE44 is #2001BB. Grayscale: #E0E0E0. Windows color (decimal): -2097596 or 4521695. OLE color: 4521695.
HSL color Cylindrical-coordinate representation of color #DFFE44: hue angle of 70º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFFE44 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 68 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.00 |
| HSL | 70º | 0.99% | 0.63% | - |
| HSV(B) | 70º | 0.73% | 1% | - |
| XYZ | 66.92 | 86.99 | 18.73 | - |
| YUV | 223.53 | 40.23 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 68 | 0.12 | 0 | 0.73 | 0.00 | 70 | 0.99 | 0.63 |
| Hex | DF | FE | 44 | C | 0 | 49 | 0 | 46 | 63 | 3F |
| Octal | 337 | 376 | 104 | 14 | 0 | 111 | 0 | 106 | 143 | 77 |
| Binary | 11011111 | 11111110 | 1000100 | 1100 | 0 | 1001001 | 0 | 1000110 | 1100011 | 111111 |
Color Harmonies of #DFFE44
Complementary color
Monochromatic Colors of #DFFE44
Black with #DFFE44
Text Example
Text Example
White with #DFFE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE44; }
p { color: rgb(223,254,68); }
H1.HeaderClassName
{
color: #DFFE44;
}
.AnyTagClassName
{
color: #DFFE44;
}
</style>
background-color css
<style>
a { background-color: #DFFE44; }
a { background-color: rgb(223,254,68); }
div.DivClassName
{
background-color: #DFFE44;
}
.BgClassName
{
background-color: #DFFE44;
}
</style>
border-color css
<style>
span { border-color: #DFFE44; }
span { border-color: rgb(223,254,68); }
td.TdClassName
{
border-color: #DFFE44;
}
.TagClassName
{
border-color: #DFFE44;
}
</style>