Shades of Pear #DDF82D
Tints of Pear #DDF82D
RGB
CMYK
RGB Variations
Color information
#DDF82D (or 0xDDF82D) is known color: Pear. HEX triplet: DD, F8 and 2D. RGB value is (221,248,45). Sum of RGB (Red+Green+Blue) = 221+248+45=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF82D is #2207D2. Grayscale: #D9D9D9. Windows color (decimal): -2230227 or 3012829. OLE color: 3012829.
HSL color Cylindrical-coordinate representation of color #DDF82D: hue angle of 67.98º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDF82D is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 45 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.03 |
| HSL | 67.98º | 0.94% | 0.57% | - |
| HSV(B) | 67.98º | 0.82% | 0.97% | - |
| XYZ | 63.86 | 82.7 | 15.08 | - |
| YUV | 216.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 45 | 0.11 | 0 | 0.82 | 0.03 | 67.98 | 0.94 | 0.57 |
| Hex | DD | F8 | 2D | B | 0 | 52 | 3 | 44 | 5E | 39 |
| Octal | 335 | 370 | 55 | 13 | 0 | 122 | 3 | 104 | 136 | 71 |
| Binary | 11011101 | 11111000 | 101101 | 1011 | 0 | 1010010 | 11 | 1000100 | 1011110 | 111001 |
Color Harmonies of #DDF82D
Complementary color
Monochromatic Colors of #DDF82D
Black with #DDF82D
Text Example
Text Example
White with #DDF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF82D; }
p { color: rgb(221,248,45); }
H1.HeaderClassName
{
color: #DDF82D;
}
.AnyTagClassName
{
color: #DDF82D;
}
</style>
background-color css
<style>
a { background-color: #DDF82D; }
a { background-color: rgb(221,248,45); }
div.DivClassName
{
background-color: #DDF82D;
}
.BgClassName
{
background-color: #DDF82D;
}
</style>
border-color css
<style>
span { border-color: #DDF82D; }
span { border-color: rgb(221,248,45); }
td.TdClassName
{
border-color: #DDF82D;
}
.TagClassName
{
border-color: #DDF82D;
}
</style>