Shades of Pear #DDF232
Tints of Pear #DDF232
RGB
CMYK
RGB Variations
Color information
#DDF232 (or 0xDDF232) is known color: Pear. HEX triplet: DD, F2 and 32. RGB value is (221,242,50). Sum of RGB (Red+Green+Blue) = 221+242+50=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF232 is #220DCD. Grayscale: #D6D6D6. Windows color (decimal): -2231758 or 3338973. OLE color: 3338973.
HSL color Cylindrical-coordinate representation of color #DDF232: hue angle of 66.56º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDF232 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 50 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.05 |
| HSL | 66.56º | 0.88% | 0.57% | - |
| HSV(B) | 66.56º | 0.79% | 0.95% | - |
| XYZ | 62.15 | 79.11 | 15.01 | - |
| YUV | 213.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 50 | 0.09 | 0 | 0.79 | 0.05 | 66.56 | 0.88 | 0.57 |
| Hex | DD | F2 | 32 | 9 | 0 | 4F | 5 | 43 | 58 | 39 |
| Octal | 335 | 362 | 62 | 11 | 0 | 117 | 5 | 103 | 130 | 71 |
| Binary | 11011101 | 11110010 | 110010 | 1001 | 0 | 1001111 | 101 | 1000011 | 1011000 | 111001 |
Color Harmonies of #DDF232
Complementary color
Monochromatic Colors of #DDF232
Black with #DDF232
Text Example
Text Example
White with #DDF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF232; }
p { color: rgb(221,242,50); }
H1.HeaderClassName
{
color: #DDF232;
}
.AnyTagClassName
{
color: #DDF232;
}
</style>
background-color css
<style>
a { background-color: #DDF232; }
a { background-color: rgb(221,242,50); }
div.DivClassName
{
background-color: #DDF232;
}
.BgClassName
{
background-color: #DDF232;
}
</style>
border-color css
<style>
span { border-color: #DDF232; }
span { border-color: rgb(221,242,50); }
td.TdClassName
{
border-color: #DDF232;
}
.TagClassName
{
border-color: #DDF232;
}
</style>