Shades of Pear #DFF440
Tints of Pear #DFF440
RGB
CMYK
RGB Variations
Color information
#DFF440 (or 0xDFF440) is known color: Pear. HEX triplet: DF, F4 and 40. RGB value is (223,244,64). Sum of RGB (Red+Green+Blue) = 223+244+64=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 64 (25.39% from 255 or 12.05% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF440 is #200BBF. Grayscale: #D9D9D9. Windows color (decimal): -2100160 or 4256991. OLE color: 4256991.
HSL color Cylindrical-coordinate representation of color #DFF440: hue angle of 67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFF440 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 64 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.04 |
| HSL | 67º | 0.89% | 0.6% | - |
| HSV(B) | 67º | 0.74% | 0.96% | - |
| XYZ | 63.71 | 80.76 | 17.08 | - |
| YUV | 217.2 | 41.54 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 64 | 0.09 | 0 | 0.74 | 0.04 | 67 | 0.89 | 0.6 |
| Hex | DF | F4 | 40 | 9 | 0 | 4A | 4 | 43 | 59 | 3C |
| Octal | 337 | 364 | 100 | 11 | 0 | 112 | 4 | 103 | 131 | 74 |
| Binary | 11011111 | 11110100 | 1000000 | 1001 | 0 | 1001010 | 100 | 1000011 | 1011001 | 111100 |
Color Harmonies of #DFF440
Complementary color
Monochromatic Colors of #DFF440
Black with #DFF440
Text Example
Text Example
White with #DFF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF440; }
p { color: rgb(223,244,64); }
H1.HeaderClassName
{
color: #DFF440;
}
.AnyTagClassName
{
color: #DFF440;
}
</style>
background-color css
<style>
a { background-color: #DFF440; }
a { background-color: rgb(223,244,64); }
div.DivClassName
{
background-color: #DFF440;
}
.BgClassName
{
background-color: #DFF440;
}
</style>
border-color css
<style>
span { border-color: #DFF440; }
span { border-color: rgb(223,244,64); }
td.TdClassName
{
border-color: #DFF440;
}
.TagClassName
{
border-color: #DFF440;
}
</style>