Shades of Pear #DDEF3A
Tints of Pear #DDEF3A
RGB
CMYK
RGB Variations
Color information
#DDEF3A (or 0xDDEF3A) is known color: Pear. HEX triplet: DD, EF and 3A. RGB value is (221,239,58). Sum of RGB (Red+Green+Blue) = 221+239+58=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF3A is #2210C5. Grayscale: #D5D5D5. Windows color (decimal): -2232518 or 3862493. OLE color: 3862493.
HSL color Cylindrical-coordinate representation of color #DDEF3A: hue angle of 65.97º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDEF3A is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 58 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.06 |
| HSL | 65.97º | 0.85% | 0.58% | - |
| HSV(B) | 65.97º | 0.76% | 0.94% | - |
| XYZ | 61.45 | 77.41 | 15.71 | - |
| YUV | 212.98 | 40.54 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 58 | 0.08 | 0 | 0.76 | 0.06 | 65.97 | 0.85 | 0.58 |
| Hex | DD | EF | 3A | 8 | 0 | 4C | 6 | 42 | 55 | 3A |
| Octal | 335 | 357 | 72 | 10 | 0 | 114 | 6 | 102 | 125 | 72 |
| Binary | 11011101 | 11101111 | 111010 | 1000 | 0 | 1001100 | 110 | 1000010 | 1010101 | 111010 |
Color Harmonies of #DDEF3A
Complementary color
Monochromatic Colors of #DDEF3A
Black with #DDEF3A
Text Example
Text Example
White with #DDEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF3A; }
p { color: rgb(221,239,58); }
H1.HeaderClassName
{
color: #DDEF3A;
}
.AnyTagClassName
{
color: #DDEF3A;
}
</style>
background-color css
<style>
a { background-color: #DDEF3A; }
a { background-color: rgb(221,239,58); }
div.DivClassName
{
background-color: #DDEF3A;
}
.BgClassName
{
background-color: #DDEF3A;
}
</style>
border-color css
<style>
span { border-color: #DDEF3A; }
span { border-color: rgb(221,239,58); }
td.TdClassName
{
border-color: #DDEF3A;
}
.TagClassName
{
border-color: #DDEF3A;
}
</style>