Shades of Pear #DDEE3E
Tints of Pear #DDEE3E
RGB
CMYK
RGB Variations
Color information
#DDEE3E (or 0xDDEE3E) is known color: Pear. HEX triplet: DD, EE and 3E. RGB value is (221,238,62). Sum of RGB (Red+Green+Blue) = 221+238+62=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE3E is #2211C1. Grayscale: #D5D5D5. Windows color (decimal): -2232770 or 4124381. OLE color: 4124381.
HSL color Cylindrical-coordinate representation of color #DDEE3E: hue angle of 65.8º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDEE3E is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 62 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.07 |
| HSL | 65.8º | 0.84% | 0.59% | - |
| HSV(B) | 65.8º | 0.74% | 0.93% | - |
| XYZ | 61.26 | 76.87 | 16.17 | - |
| YUV | 212.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 62 | 0.07 | 0 | 0.74 | 0.07 | 65.8 | 0.84 | 0.59 |
| Hex | DD | EE | 3E | 7 | 0 | 4A | 7 | 42 | 54 | 3B |
| Octal | 335 | 356 | 76 | 7 | 0 | 112 | 7 | 102 | 124 | 73 |
| Binary | 11011101 | 11101110 | 111110 | 111 | 0 | 1001010 | 111 | 1000010 | 1010100 | 111011 |
Color Harmonies of #DDEE3E
Complementary color
Monochromatic Colors of #DDEE3E
Black with #DDEE3E
Text Example
Text Example
White with #DDEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE3E; }
p { color: rgb(221,238,62); }
H1.HeaderClassName
{
color: #DDEE3E;
}
.AnyTagClassName
{
color: #DDEE3E;
}
</style>
background-color css
<style>
a { background-color: #DDEE3E; }
a { background-color: rgb(221,238,62); }
div.DivClassName
{
background-color: #DDEE3E;
}
.BgClassName
{
background-color: #DDEE3E;
}
</style>
border-color css
<style>
span { border-color: #DDEE3E; }
span { border-color: rgb(221,238,62); }
td.TdClassName
{
border-color: #DDEE3E;
}
.TagClassName
{
border-color: #DDEE3E;
}
</style>