Shades of Pear #DDF11E
Tints of Pear #DDF11E
RGB
CMYK
RGB Variations
Color information
#DDF11E (or 0xDDF11E) is known color: Pear. HEX triplet: DD, F1 and 1E. RGB value is (221,241,30). Sum of RGB (Red+Green+Blue) = 221+241+30=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF11E is #220EE1. Grayscale: #D3D3D3. Windows color (decimal): -2232034 or 2027997. OLE color: 2027997.
HSL color Cylindrical-coordinate representation of color #DDF11E: hue angle of 65.69º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF11E is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 30 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.05 |
| HSL | 65.69º | 0.88% | 0.53% | - |
| HSV(B) | 65.69º | 0.88% | 0.95% | - |
| XYZ | 61.51 | 78.38 | 13.11 | - |
| YUV | 210.97 | 25.87 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 30 | 0.08 | 0 | 0.88 | 0.05 | 65.69 | 0.88 | 0.53 |
| Hex | DD | F1 | 1E | 8 | 0 | 58 | 5 | 42 | 58 | 35 |
| Octal | 335 | 361 | 36 | 10 | 0 | 130 | 5 | 102 | 130 | 65 |
| Binary | 11011101 | 11110001 | 11110 | 1000 | 0 | 1011000 | 101 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DDF11E
Complementary color
Monochromatic Colors of #DDF11E
Black with #DDF11E
Text Example
Text Example
White with #DDF11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF11E; }
p { color: rgb(221,241,30); }
H1.HeaderClassName
{
color: #DDF11E;
}
.AnyTagClassName
{
color: #DDF11E;
}
</style>
background-color css
<style>
a { background-color: #DDF11E; }
a { background-color: rgb(221,241,30); }
div.DivClassName
{
background-color: #DDF11E;
}
.BgClassName
{
background-color: #DDF11E;
}
</style>
border-color css
<style>
span { border-color: #DDF11E; }
span { border-color: rgb(221,241,30); }
td.TdClassName
{
border-color: #DDF11E;
}
.TagClassName
{
border-color: #DDF11E;
}
</style>