Shades of Pear #DDF53E
Tints of Pear #DDF53E
RGB
CMYK
RGB Variations
Color information
#DDF53E (or 0xDDF53E) is known color: Pear. HEX triplet: DD, F5 and 3E. RGB value is (221,245,62). Sum of RGB (Red+Green+Blue) = 221+245+62=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF53E is #220AC1. Grayscale: #D9D9D9. Windows color (decimal): -2230978 or 4126173. OLE color: 4126173.
HSL color Cylindrical-coordinate representation of color #DDF53E: hue angle of 67.87º degrees, saturation: 0.9, 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 #DDF53E is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 62 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.04 |
| HSL | 67.87º | 0.9% | 0.6% | - |
| HSV(B) | 67.87º | 0.75% | 0.96% | - |
| XYZ | 63.34 | 81.02 | 16.86 | - |
| YUV | 216.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 62 | 0.10 | 0 | 0.75 | 0.04 | 67.87 | 0.9 | 0.6 |
| Hex | DD | F5 | 3E | A | 0 | 4B | 4 | 44 | 5A | 3C |
| Octal | 335 | 365 | 76 | 12 | 0 | 113 | 4 | 104 | 132 | 74 |
| Binary | 11011101 | 11110101 | 111110 | 1010 | 0 | 1001011 | 100 | 1000100 | 1011010 | 111100 |
Color Harmonies of #DDF53E
Complementary color
Monochromatic Colors of #DDF53E
Black with #DDF53E
Text Example
Text Example
White with #DDF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF53E; }
p { color: rgb(221,245,62); }
H1.HeaderClassName
{
color: #DDF53E;
}
.AnyTagClassName
{
color: #DDF53E;
}
</style>
background-color css
<style>
a { background-color: #DDF53E; }
a { background-color: rgb(221,245,62); }
div.DivClassName
{
background-color: #DDF53E;
}
.BgClassName
{
background-color: #DDF53E;
}
</style>
border-color css
<style>
span { border-color: #DDF53E; }
span { border-color: rgb(221,245,62); }
td.TdClassName
{
border-color: #DDF53E;
}
.TagClassName
{
border-color: #DDF53E;
}
</style>