Shades of Pear #DDF524
Tints of Pear #DDF524
RGB
CMYK
RGB Variations
Color information
#DDF524 (or 0xDDF524) is known color: Pear. HEX triplet: DD, F5 and 24. RGB value is (221,245,36). Sum of RGB (Red+Green+Blue) = 221+245+36=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 36 (14.45% from 255 or 7.17% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF524 is #220ADB. Grayscale: #D6D6D6. Windows color (decimal): -2231004 or 2422237. OLE color: 2422237.
HSL color Cylindrical-coordinate representation of color #DDF524: hue angle of 66.89º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF524 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 36 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.04 |
| HSL | 66.89º | 0.91% | 0.55% | - |
| HSV(B) | 66.89º | 0.85% | 0.96% | - |
| XYZ | 62.79 | 80.8 | 13.96 | - |
| YUV | 214 | 27.55 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 36 | 0.10 | 0 | 0.85 | 0.04 | 66.89 | 0.91 | 0.55 |
| Hex | DD | F5 | 24 | A | 0 | 55 | 4 | 43 | 5B | 37 |
| Octal | 335 | 365 | 44 | 12 | 0 | 125 | 4 | 103 | 133 | 67 |
| Binary | 11011101 | 11110101 | 100100 | 1010 | 0 | 1010101 | 100 | 1000011 | 1011011 | 110111 |
Color Harmonies of #DDF524
Complementary color
Monochromatic Colors of #DDF524
Black with #DDF524
Text Example
Text Example
White with #DDF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF524; }
p { color: rgb(221,245,36); }
H1.HeaderClassName
{
color: #DDF524;
}
.AnyTagClassName
{
color: #DDF524;
}
</style>
background-color css
<style>
a { background-color: #DDF524; }
a { background-color: rgb(221,245,36); }
div.DivClassName
{
background-color: #DDF524;
}
.BgClassName
{
background-color: #DDF524;
}
</style>
border-color css
<style>
span { border-color: #DDF524; }
span { border-color: rgb(221,245,36); }
td.TdClassName
{
border-color: #DDF524;
}
.TagClassName
{
border-color: #DDF524;
}
</style>