Shades of Pear #DDF124
Tints of Pear #DDF124
RGB
CMYK
RGB Variations
Color information
#DDF124 (or 0xDDF124) is known color: Pear. HEX triplet: DD, F1 and 24. RGB value is (221,241,36). Sum of RGB (Red+Green+Blue) = 221+241+36=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF124 is #220EDB. Grayscale: #D4D4D4. Windows color (decimal): -2232028 or 2421213. OLE color: 2421213.
HSL color Cylindrical-coordinate representation of color #DDF124: hue angle of 65.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF124 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 36 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.05 |
| HSL | 65.85º | 0.88% | 0.54% | - |
| HSV(B) | 65.85º | 0.85% | 0.95% | - |
| XYZ | 61.59 | 78.41 | 13.56 | - |
| YUV | 211.65 | 28.87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 36 | 0.08 | 0 | 0.85 | 0.05 | 65.85 | 0.88 | 0.54 |
| Hex | DD | F1 | 24 | 8 | 0 | 55 | 5 | 42 | 58 | 36 |
| Octal | 335 | 361 | 44 | 10 | 0 | 125 | 5 | 102 | 130 | 66 |
| Binary | 11011101 | 11110001 | 100100 | 1000 | 0 | 1010101 | 101 | 1000010 | 1011000 | 110110 |
Color Harmonies of #DDF124
Complementary color
Monochromatic Colors of #DDF124
Black with #DDF124
Text Example
Text Example
White with #DDF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF124; }
p { color: rgb(221,241,36); }
H1.HeaderClassName
{
color: #DDF124;
}
.AnyTagClassName
{
color: #DDF124;
}
</style>
background-color css
<style>
a { background-color: #DDF124; }
a { background-color: rgb(221,241,36); }
div.DivClassName
{
background-color: #DDF124;
}
.BgClassName
{
background-color: #DDF124;
}
</style>
border-color css
<style>
span { border-color: #DDF124; }
span { border-color: rgb(221,241,36); }
td.TdClassName
{
border-color: #DDF124;
}
.TagClassName
{
border-color: #DDF124;
}
</style>