Shades of Pear #DDF122
Tints of Pear #DDF122
RGB
CMYK
RGB Variations
Color information
#DDF122 (or 0xDDF122) is known color: Pear. HEX triplet: DD, F1 and 22. RGB value is (221,241,34). Sum of RGB (Red+Green+Blue) = 221+241+34=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 34 (13.67% from 255 or 6.85% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF122 is #220EDD. Grayscale: #D4D4D4. Windows color (decimal): -2232030 or 2290141. OLE color: 2290141.
HSL color Cylindrical-coordinate representation of color #DDF122: hue angle of 65.8º degrees, saturation: 0.88, 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 #DDF122 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 34 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.05 |
| HSL | 65.8º | 0.88% | 0.54% | - |
| HSV(B) | 65.8º | 0.86% | 0.95% | - |
| XYZ | 61.56 | 78.4 | 13.4 | - |
| YUV | 211.42 | 27.87 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 34 | 0.08 | 0 | 0.86 | 0.05 | 65.8 | 0.88 | 0.54 |
| Hex | DD | F1 | 22 | 8 | 0 | 56 | 5 | 42 | 58 | 36 |
| Octal | 335 | 361 | 42 | 10 | 0 | 126 | 5 | 102 | 130 | 66 |
| Binary | 11011101 | 11110001 | 100010 | 1000 | 0 | 1010110 | 101 | 1000010 | 1011000 | 110110 |
Color Harmonies of #DDF122
Complementary color
Monochromatic Colors of #DDF122
Black with #DDF122
Text Example
Text Example
White with #DDF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF122; }
p { color: rgb(221,241,34); }
H1.HeaderClassName
{
color: #DDF122;
}
.AnyTagClassName
{
color: #DDF122;
}
</style>
background-color css
<style>
a { background-color: #DDF122; }
a { background-color: rgb(221,241,34); }
div.DivClassName
{
background-color: #DDF122;
}
.BgClassName
{
background-color: #DDF122;
}
</style>
border-color css
<style>
span { border-color: #DDF122; }
span { border-color: rgb(221,241,34); }
td.TdClassName
{
border-color: #DDF122;
}
.TagClassName
{
border-color: #DDF122;
}
</style>