Shades of Pear #DDF132
Tints of Pear #DDF132
RGB
CMYK
RGB Variations
Color information
#DDF132 (or 0xDDF132) is known color: Pear. HEX triplet: DD, F1 and 32. RGB value is (221,241,50). Sum of RGB (Red+Green+Blue) = 221+241+50=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF132 is #220ECD. Grayscale: #D5D5D5. Windows color (decimal): -2232014 or 3338717. OLE color: 3338717.
HSL color Cylindrical-coordinate representation of color #DDF132: hue angle of 66.28º degrees, saturation: 0.87, 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 #DDF132 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 50 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.05 |
| HSL | 66.28º | 0.87% | 0.57% | - |
| HSV(B) | 66.28º | 0.79% | 0.95% | - |
| XYZ | 61.85 | 78.51 | 14.91 | - |
| YUV | 213.25 | 35.87 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 50 | 0.08 | 0 | 0.79 | 0.05 | 66.28 | 0.87 | 0.57 |
| Hex | DD | F1 | 32 | 8 | 0 | 4F | 5 | 42 | 57 | 39 |
| Octal | 335 | 361 | 62 | 10 | 0 | 117 | 5 | 102 | 127 | 71 |
| Binary | 11011101 | 11110001 | 110010 | 1000 | 0 | 1001111 | 101 | 1000010 | 1010111 | 111001 |
Color Harmonies of #DDF132
Complementary color
Monochromatic Colors of #DDF132
Black with #DDF132
Text Example
Text Example
White with #DDF132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF132; }
p { color: rgb(221,241,50); }
H1.HeaderClassName
{
color: #DDF132;
}
.AnyTagClassName
{
color: #DDF132;
}
</style>
background-color css
<style>
a { background-color: #DDF132; }
a { background-color: rgb(221,241,50); }
div.DivClassName
{
background-color: #DDF132;
}
.BgClassName
{
background-color: #DDF132;
}
</style>
border-color css
<style>
span { border-color: #DDF132; }
span { border-color: rgb(221,241,50); }
td.TdClassName
{
border-color: #DDF132;
}
.TagClassName
{
border-color: #DDF132;
}
</style>