Shades of Pear #DFF220
Tints of Pear #DFF220
RGB
CMYK
RGB Variations
Color information
#DFF220 (or 0xDFF220) is known color: Pear. HEX triplet: DF, F2 and 20. RGB value is (223,242,32). Sum of RGB (Red+Green+Blue) = 223+242+32=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF220 is #200DDF. Grayscale: #D5D5D5. Windows color (decimal): -2100704 or 2159327. OLE color: 2159327.
HSL color Cylindrical-coordinate representation of color #DFF220: hue angle of 65.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFF220 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 32 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.05 |
| HSL | 65.43º | 0.89% | 0.54% | - |
| HSV(B) | 65.43º | 0.87% | 0.95% | - |
| XYZ | 62.44 | 79.3 | 13.38 | - |
| YUV | 212.38 | 26.21 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 32 | 0.08 | 0 | 0.87 | 0.05 | 65.43 | 0.89 | 0.54 |
| Hex | DF | F2 | 20 | 8 | 0 | 57 | 5 | 41 | 59 | 36 |
| Octal | 337 | 362 | 40 | 10 | 0 | 127 | 5 | 101 | 131 | 66 |
| Binary | 11011111 | 11110010 | 100000 | 1000 | 0 | 1010111 | 101 | 1000001 | 1011001 | 110110 |
Color Harmonies of #DFF220
Complementary color
Monochromatic Colors of #DFF220
Black with #DFF220
Text Example
Text Example
White with #DFF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF220; }
p { color: rgb(223,242,32); }
H1.HeaderClassName
{
color: #DFF220;
}
.AnyTagClassName
{
color: #DFF220;
}
</style>
background-color css
<style>
a { background-color: #DFF220; }
a { background-color: rgb(223,242,32); }
div.DivClassName
{
background-color: #DFF220;
}
.BgClassName
{
background-color: #DFF220;
}
</style>
border-color css
<style>
span { border-color: #DFF220; }
span { border-color: rgb(223,242,32); }
td.TdClassName
{
border-color: #DFF220;
}
.TagClassName
{
border-color: #DFF220;
}
</style>