Shades of Pear #DFF022
Tints of Pear #DFF022
RGB
CMYK
RGB Variations
Color information
#DFF022 (or 0xDFF022) is known color: Pear. HEX triplet: DF, F0 and 22. RGB value is (223,240,34). Sum of RGB (Red+Green+Blue) = 223+240+34=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF022 is #200FDD. Grayscale: #D4D4D4. Windows color (decimal): -2101214 or 2289887. OLE color: 2289887.
HSL color Cylindrical-coordinate representation of color #DFF022: hue angle of 64.95º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFF022 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 34 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.06 |
| HSL | 64.95º | 0.87% | 0.54% | - |
| HSV(B) | 64.95º | 0.86% | 0.94% | - |
| XYZ | 61.88 | 78.12 | 13.33 | - |
| YUV | 211.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 34 | 0.07 | 0 | 0.86 | 0.06 | 64.95 | 0.87 | 0.54 |
| Hex | DF | F0 | 22 | 7 | 0 | 56 | 6 | 41 | 57 | 36 |
| Octal | 337 | 360 | 42 | 7 | 0 | 126 | 6 | 101 | 127 | 66 |
| Binary | 11011111 | 11110000 | 100010 | 111 | 0 | 1010110 | 110 | 1000001 | 1010111 | 110110 |
Color Harmonies of #DFF022
Complementary color
Monochromatic Colors of #DFF022
Black with #DFF022
Text Example
Text Example
White with #DFF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF022; }
p { color: rgb(223,240,34); }
H1.HeaderClassName
{
color: #DFF022;
}
.AnyTagClassName
{
color: #DFF022;
}
</style>
background-color css
<style>
a { background-color: #DFF022; }
a { background-color: rgb(223,240,34); }
div.DivClassName
{
background-color: #DFF022;
}
.BgClassName
{
background-color: #DFF022;
}
</style>
border-color css
<style>
span { border-color: #DFF022; }
span { border-color: rgb(223,240,34); }
td.TdClassName
{
border-color: #DFF022;
}
.TagClassName
{
border-color: #DFF022;
}
</style>