Shades of Pear #DFF22D
Tints of Pear #DFF22D
RGB
CMYK
RGB Variations
Color information
#DFF22D (or 0xDFF22D) is known color: Pear. HEX triplet: DF, F2 and 2D. RGB value is (223,242,45). Sum of RGB (Red+Green+Blue) = 223+242+45=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF22D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF22D is #200DD2. Grayscale: #D6D6D6. Windows color (decimal): -2100691 or 3011295. OLE color: 3011295.
HSL color Cylindrical-coordinate representation of color #DFF22D: hue angle of 65.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFF22D is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 45 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.05 |
| HSL | 65.79º | 0.88% | 0.56% | - |
| HSV(B) | 65.79º | 0.81% | 0.95% | - |
| XYZ | 62.66 | 79.38 | 14.5 | - |
| YUV | 213.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 45 | 0.08 | 0 | 0.81 | 0.05 | 65.79 | 0.88 | 0.56 |
| Hex | DF | F2 | 2D | 8 | 0 | 51 | 5 | 42 | 58 | 38 |
| Octal | 337 | 362 | 55 | 10 | 0 | 121 | 5 | 102 | 130 | 70 |
| Binary | 11011111 | 11110010 | 101101 | 1000 | 0 | 1010001 | 101 | 1000010 | 1011000 | 111000 |
Color Harmonies of #DFF22D
Complementary color
Monochromatic Colors of #DFF22D
Black with #DFF22D
Text Example
Text Example
White with #DFF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF22D; }
p { color: rgb(223,242,45); }
H1.HeaderClassName
{
color: #DFF22D;
}
.AnyTagClassName
{
color: #DFF22D;
}
</style>
background-color css
<style>
a { background-color: #DFF22D; }
a { background-color: rgb(223,242,45); }
div.DivClassName
{
background-color: #DFF22D;
}
.BgClassName
{
background-color: #DFF22D;
}
</style>
border-color css
<style>
span { border-color: #DFF22D; }
span { border-color: rgb(223,242,45); }
td.TdClassName
{
border-color: #DFF22D;
}
.TagClassName
{
border-color: #DFF22D;
}
</style>