Shades of Pear #DFFE40
Tints of Pear #DFFE40
RGB
CMYK
RGB Variations
Color information
#DFFE40 (or 0xDFFE40) is known color: Pear. HEX triplet: DF, FE and 40. RGB value is (223,254,64). Sum of RGB (Red+Green+Blue) = 223+254+64=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 64 (25.39% from 255 or 11.83% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE40 is #2001BF. Grayscale: #DFDFDF. Windows color (decimal): -2097600 or 4259551. OLE color: 4259551.
HSL color Cylindrical-coordinate representation of color #DFFE40: hue angle of 69.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFFE40 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 64 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.00 |
| HSL | 69.79º | 0.99% | 0.62% | - |
| HSV(B) | 69.79º | 0.75% | 1% | - |
| XYZ | 66.8 | 86.94 | 18.11 | - |
| YUV | 223.07 | 38.23 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 64 | 0.12 | 0 | 0.75 | 0.00 | 69.79 | 0.99 | 0.62 |
| Hex | DF | FE | 40 | C | 0 | 4B | 0 | 46 | 63 | 3E |
| Octal | 337 | 376 | 100 | 14 | 0 | 113 | 0 | 106 | 143 | 76 |
| Binary | 11011111 | 11111110 | 1000000 | 1100 | 0 | 1001011 | 0 | 1000110 | 1100011 | 111110 |
Color Harmonies of #DFFE40
Complementary color
Monochromatic Colors of #DFFE40
Black with #DFFE40
Text Example
Text Example
White with #DFFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE40; }
p { color: rgb(223,254,64); }
H1.HeaderClassName
{
color: #DFFE40;
}
.AnyTagClassName
{
color: #DFFE40;
}
</style>
background-color css
<style>
a { background-color: #DFFE40; }
a { background-color: rgb(223,254,64); }
div.DivClassName
{
background-color: #DFFE40;
}
.BgClassName
{
background-color: #DFFE40;
}
</style>
border-color css
<style>
span { border-color: #DFFE40; }
span { border-color: rgb(223,254,64); }
td.TdClassName
{
border-color: #DFFE40;
}
.TagClassName
{
border-color: #DFFE40;
}
</style>