Shades of Pear #DDF43D
Tints of Pear #DDF43D
RGB
CMYK
RGB Variations
Color information
#DDF43D (or 0xDDF43D) is known color: Pear. HEX triplet: DD, F4 and 3D. RGB value is (221,244,61). Sum of RGB (Red+Green+Blue) = 221+244+61=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF43D is #220BC2. Grayscale: #D8D8D8. Windows color (decimal): -2231235 or 4060381. OLE color: 4060381.
HSL color Cylindrical-coordinate representation of color #DDF43D: hue angle of 67.54º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF43D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 61 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.04 |
| HSL | 67.54º | 0.89% | 0.6% | - |
| HSV(B) | 67.54º | 0.75% | 0.96% | - |
| XYZ | 63.01 | 80.41 | 16.61 | - |
| YUV | 216.26 | 40.38 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 61 | 0.09 | 0 | 0.75 | 0.04 | 67.54 | 0.89 | 0.6 |
| Hex | DD | F4 | 3D | 9 | 0 | 4B | 4 | 44 | 59 | 3C |
| Octal | 335 | 364 | 75 | 11 | 0 | 113 | 4 | 104 | 131 | 74 |
| Binary | 11011101 | 11110100 | 111101 | 1001 | 0 | 1001011 | 100 | 1000100 | 1011001 | 111100 |
Color Harmonies of #DDF43D
Complementary color
Monochromatic Colors of #DDF43D
Black with #DDF43D
Text Example
Text Example
White with #DDF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF43D; }
p { color: rgb(221,244,61); }
H1.HeaderClassName
{
color: #DDF43D;
}
.AnyTagClassName
{
color: #DDF43D;
}
</style>
background-color css
<style>
a { background-color: #DDF43D; }
a { background-color: rgb(221,244,61); }
div.DivClassName
{
background-color: #DDF43D;
}
.BgClassName
{
background-color: #DDF43D;
}
</style>
border-color css
<style>
span { border-color: #DDF43D; }
span { border-color: rgb(221,244,61); }
td.TdClassName
{
border-color: #DDF43D;
}
.TagClassName
{
border-color: #DDF43D;
}
</style>