Shades of Pear #DDF226
Tints of Pear #DDF226
RGB
CMYK
RGB Variations
Color information
#DDF226 (or 0xDDF226) is known color: Pear. HEX triplet: DD, F2 and 26. RGB value is (221,242,38). Sum of RGB (Red+Green+Blue) = 221+242+38=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF226 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF226 is #220DD9. Grayscale: #D5D5D5. Windows color (decimal): -2231770 or 2552541. OLE color: 2552541.
HSL color Cylindrical-coordinate representation of color #DDF226: hue angle of 66.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDF226 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 38 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.05 |
| HSL | 66.18º | 0.89% | 0.55% | - |
| HSV(B) | 66.18º | 0.84% | 0.95% | - |
| XYZ | 61.92 | 79.02 | 13.82 | - |
| YUV | 212.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 38 | 0.09 | 0 | 0.84 | 0.05 | 66.18 | 0.89 | 0.55 |
| Hex | DD | F2 | 26 | 9 | 0 | 54 | 5 | 42 | 59 | 37 |
| Octal | 335 | 362 | 46 | 11 | 0 | 124 | 5 | 102 | 131 | 67 |
| Binary | 11011101 | 11110010 | 100110 | 1001 | 0 | 1010100 | 101 | 1000010 | 1011001 | 110111 |
Color Harmonies of #DDF226
Complementary color
Monochromatic Colors of #DDF226
Black with #DDF226
Text Example
Text Example
White with #DDF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF226; }
p { color: rgb(221,242,38); }
H1.HeaderClassName
{
color: #DDF226;
}
.AnyTagClassName
{
color: #DDF226;
}
</style>
background-color css
<style>
a { background-color: #DDF226; }
a { background-color: rgb(221,242,38); }
div.DivClassName
{
background-color: #DDF226;
}
.BgClassName
{
background-color: #DDF226;
}
</style>
border-color css
<style>
span { border-color: #DDF226; }
span { border-color: rgb(221,242,38); }
td.TdClassName
{
border-color: #DDF226;
}
.TagClassName
{
border-color: #DDF226;
}
</style>