Shades of Pear #DDF12E
Tints of Pear #DDF12E
RGB
CMYK
RGB Variations
Color information
#DDF12E (or 0xDDF12E) is known color: Pear. HEX triplet: DD, F1 and 2E. RGB value is (221,241,46). Sum of RGB (Red+Green+Blue) = 221+241+46=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF12E is #220ED1. Grayscale: #D5D5D5. Windows color (decimal): -2232018 or 3076573. OLE color: 3076573.
HSL color Cylindrical-coordinate representation of color #DDF12E: hue angle of 66.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF12E is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 46 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.05 |
| HSL | 66.15º | 0.87% | 0.56% | - |
| HSV(B) | 66.15º | 0.81% | 0.95% | - |
| XYZ | 61.77 | 78.48 | 14.48 | - |
| YUV | 212.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 46 | 0.08 | 0 | 0.81 | 0.05 | 66.15 | 0.87 | 0.56 |
| Hex | DD | F1 | 2E | 8 | 0 | 51 | 5 | 42 | 57 | 38 |
| Octal | 335 | 361 | 56 | 10 | 0 | 121 | 5 | 102 | 127 | 70 |
| Binary | 11011101 | 11110001 | 101110 | 1000 | 0 | 1010001 | 101 | 1000010 | 1010111 | 111000 |
Color Harmonies of #DDF12E
Complementary color
Monochromatic Colors of #DDF12E
Black with #DDF12E
Text Example
Text Example
White with #DDF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF12E; }
p { color: rgb(221,241,46); }
H1.HeaderClassName
{
color: #DDF12E;
}
.AnyTagClassName
{
color: #DDF12E;
}
</style>
background-color css
<style>
a { background-color: #DDF12E; }
a { background-color: rgb(221,241,46); }
div.DivClassName
{
background-color: #DDF12E;
}
.BgClassName
{
background-color: #DDF12E;
}
</style>
border-color css
<style>
span { border-color: #DDF12E; }
span { border-color: rgb(221,241,46); }
td.TdClassName
{
border-color: #DDF12E;
}
.TagClassName
{
border-color: #DDF12E;
}
</style>