Shades of Pear #DDF41E
Tints of Pear #DDF41E
RGB
CMYK
RGB Variations
Color information
#DDF41E (or 0xDDF41E) is known color: Pear. HEX triplet: DD, F4 and 1E. RGB value is (221,244,30). Sum of RGB (Red+Green+Blue) = 221+244+30=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF41E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF41E is #220BE1. Grayscale: #D5D5D5. Windows color (decimal): -2231266 or 2028765. OLE color: 2028765.
HSL color Cylindrical-coordinate representation of color #DDF41E: hue angle of 66.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF41E is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 30 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.04 |
| HSL | 66.45º | 0.91% | 0.54% | - |
| HSV(B) | 66.45º | 0.88% | 0.96% | - |
| XYZ | 62.4 | 80.17 | 13.41 | - |
| YUV | 212.73 | 24.88 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 30 | 0.09 | 0 | 0.88 | 0.04 | 66.45 | 0.91 | 0.54 |
| Hex | DD | F4 | 1E | 9 | 0 | 58 | 4 | 42 | 5B | 36 |
| Octal | 335 | 364 | 36 | 11 | 0 | 130 | 4 | 102 | 133 | 66 |
| Binary | 11011101 | 11110100 | 11110 | 1001 | 0 | 1011000 | 100 | 1000010 | 1011011 | 110110 |
Color Harmonies of #DDF41E
Complementary color
Monochromatic Colors of #DDF41E
Black with #DDF41E
Text Example
Text Example
White with #DDF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF41E; }
p { color: rgb(221,244,30); }
H1.HeaderClassName
{
color: #DDF41E;
}
.AnyTagClassName
{
color: #DDF41E;
}
</style>
background-color css
<style>
a { background-color: #DDF41E; }
a { background-color: rgb(221,244,30); }
div.DivClassName
{
background-color: #DDF41E;
}
.BgClassName
{
background-color: #DDF41E;
}
</style>
border-color css
<style>
span { border-color: #DDF41E; }
span { border-color: rgb(221,244,30); }
td.TdClassName
{
border-color: #DDF41E;
}
.TagClassName
{
border-color: #DDF41E;
}
</style>