Shades of Pear #DDEF3E
Tints of Pear #DDEF3E
RGB
CMYK
RGB Variations
Color information
#DDEF3E (or 0xDDEF3E) is known color: Pear. HEX triplet: DD, EF and 3E. RGB value is (221,239,62). Sum of RGB (Red+Green+Blue) = 221+239+62=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF3E is #2210C1. Grayscale: #D6D6D6. Windows color (decimal): -2232514 or 4124637. OLE color: 4124637.
HSL color Cylindrical-coordinate representation of color #DDEF3E: hue angle of 66.1º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDEF3E is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 62 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.06 |
| HSL | 66.1º | 0.85% | 0.59% | - |
| HSV(B) | 66.1º | 0.74% | 0.94% | - |
| XYZ | 61.55 | 77.45 | 16.26 | - |
| YUV | 213.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 62 | 0.08 | 0 | 0.74 | 0.06 | 66.1 | 0.85 | 0.59 |
| Hex | DD | EF | 3E | 8 | 0 | 4A | 6 | 42 | 55 | 3B |
| Octal | 335 | 357 | 76 | 10 | 0 | 112 | 6 | 102 | 125 | 73 |
| Binary | 11011101 | 11101111 | 111110 | 1000 | 0 | 1001010 | 110 | 1000010 | 1010101 | 111011 |
Color Harmonies of #DDEF3E
Complementary color
Monochromatic Colors of #DDEF3E
Black with #DDEF3E
Text Example
Text Example
White with #DDEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF3E; }
p { color: rgb(221,239,62); }
H1.HeaderClassName
{
color: #DDEF3E;
}
.AnyTagClassName
{
color: #DDEF3E;
}
</style>
background-color css
<style>
a { background-color: #DDEF3E; }
a { background-color: rgb(221,239,62); }
div.DivClassName
{
background-color: #DDEF3E;
}
.BgClassName
{
background-color: #DDEF3E;
}
</style>
border-color css
<style>
span { border-color: #DDEF3E; }
span { border-color: rgb(221,239,62); }
td.TdClassName
{
border-color: #DDEF3E;
}
.TagClassName
{
border-color: #DDEF3E;
}
</style>