Shades of Pear #DDF222
Tints of Pear #DDF222
RGB
CMYK
RGB Variations
Color information
#DDF222 (or 0xDDF222) is known color: Pear. HEX triplet: DD, F2 and 22. RGB value is (221,242,34). Sum of RGB (Red+Green+Blue) = 221+242+34=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF222 is #220DDD. Grayscale: #D4D4D4. Windows color (decimal): -2231774 or 2290397. OLE color: 2290397.
HSL color Cylindrical-coordinate representation of color #DDF222: hue angle of 66.06º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF222 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 34 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.05 |
| HSL | 66.06º | 0.89% | 0.54% | - |
| HSV(B) | 66.06º | 0.86% | 0.95% | - |
| XYZ | 61.86 | 78.99 | 13.5 | - |
| YUV | 212.01 | 27.54 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 34 | 0.09 | 0 | 0.86 | 0.05 | 66.06 | 0.89 | 0.54 |
| Hex | DD | F2 | 22 | 9 | 0 | 56 | 5 | 42 | 59 | 36 |
| Octal | 335 | 362 | 42 | 11 | 0 | 126 | 5 | 102 | 131 | 66 |
| Binary | 11011101 | 11110010 | 100010 | 1001 | 0 | 1010110 | 101 | 1000010 | 1011001 | 110110 |
Color Harmonies of #DDF222
Complementary color
Monochromatic Colors of #DDF222
Black with #DDF222
Text Example
Text Example
White with #DDF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF222; }
p { color: rgb(221,242,34); }
H1.HeaderClassName
{
color: #DDF222;
}
.AnyTagClassName
{
color: #DDF222;
}
</style>
background-color css
<style>
a { background-color: #DDF222; }
a { background-color: rgb(221,242,34); }
div.DivClassName
{
background-color: #DDF222;
}
.BgClassName
{
background-color: #DDF222;
}
</style>
border-color css
<style>
span { border-color: #DDF222; }
span { border-color: rgb(221,242,34); }
td.TdClassName
{
border-color: #DDF222;
}
.TagClassName
{
border-color: #DDF222;
}
</style>