Shades of Pear #DDF22F
Tints of Pear #DDF22F
RGB
CMYK
RGB Variations
Color information
#DDF22F (or 0xDDF22F) is known color: Pear. HEX triplet: DD, F2 and 2F. RGB value is (221,242,47). Sum of RGB (Red+Green+Blue) = 221+242+47=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF22F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF22F is #220DD0. Grayscale: #D6D6D6. Windows color (decimal): -2231761 or 3142365. OLE color: 3142365.
HSL color Cylindrical-coordinate representation of color #DDF22F: hue angle of 66.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF22F is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 47 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.05 |
| HSL | 66.46º | 0.88% | 0.57% | - |
| HSV(B) | 66.46º | 0.81% | 0.95% | - |
| XYZ | 62.08 | 79.08 | 14.68 | - |
| YUV | 213.49 | 34.04 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 47 | 0.09 | 0 | 0.81 | 0.05 | 66.46 | 0.88 | 0.57 |
| Hex | DD | F2 | 2F | 9 | 0 | 51 | 5 | 42 | 58 | 39 |
| Octal | 335 | 362 | 57 | 11 | 0 | 121 | 5 | 102 | 130 | 71 |
| Binary | 11011101 | 11110010 | 101111 | 1001 | 0 | 1010001 | 101 | 1000010 | 1011000 | 111001 |
Color Harmonies of #DDF22F
Complementary color
Monochromatic Colors of #DDF22F
Black with #DDF22F
Text Example
Text Example
White with #DDF22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF22F; }
p { color: rgb(221,242,47); }
H1.HeaderClassName
{
color: #DDF22F;
}
.AnyTagClassName
{
color: #DDF22F;
}
</style>
background-color css
<style>
a { background-color: #DDF22F; }
a { background-color: rgb(221,242,47); }
div.DivClassName
{
background-color: #DDF22F;
}
.BgClassName
{
background-color: #DDF22F;
}
</style>
border-color css
<style>
span { border-color: #DDF22F; }
span { border-color: rgb(221,242,47); }
td.TdClassName
{
border-color: #DDF22F;
}
.TagClassName
{
border-color: #DDF22F;
}
</style>