Shades of Pear #DDEF37
Tints of Pear #DDEF37
RGB
CMYK
RGB Variations
Color information
#DDEF37 (or 0xDDEF37) is known color: Pear. HEX triplet: DD, EF and 37. RGB value is (221,239,55). Sum of RGB (Red+Green+Blue) = 221+239+55=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 55 (21.88% from 255 or 10.68% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF37 is #2210C8. Grayscale: #D5D5D5. Windows color (decimal): -2232521 or 3665885. OLE color: 3665885.
HSL color Cylindrical-coordinate representation of color #DDEF37: hue angle of 65.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDEF37 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 55 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.06 |
| HSL | 65.87º | 0.85% | 0.58% | - |
| HSV(B) | 65.87º | 0.77% | 0.94% | - |
| XYZ | 61.37 | 77.38 | 15.32 | - |
| YUV | 212.64 | 39.04 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 55 | 0.08 | 0 | 0.77 | 0.06 | 65.87 | 0.85 | 0.58 |
| Hex | DD | EF | 37 | 8 | 0 | 4D | 6 | 42 | 55 | 3A |
| Octal | 335 | 357 | 67 | 10 | 0 | 115 | 6 | 102 | 125 | 72 |
| Binary | 11011101 | 11101111 | 110111 | 1000 | 0 | 1001101 | 110 | 1000010 | 1010101 | 111010 |
Color Harmonies of #DDEF37
Complementary color
Monochromatic Colors of #DDEF37
Black with #DDEF37
Text Example
Text Example
White with #DDEF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF37; }
p { color: rgb(221,239,55); }
H1.HeaderClassName
{
color: #DDEF37;
}
.AnyTagClassName
{
color: #DDEF37;
}
</style>
background-color css
<style>
a { background-color: #DDEF37; }
a { background-color: rgb(221,239,55); }
div.DivClassName
{
background-color: #DDEF37;
}
.BgClassName
{
background-color: #DDEF37;
}
</style>
border-color css
<style>
span { border-color: #DDEF37; }
span { border-color: rgb(221,239,55); }
td.TdClassName
{
border-color: #DDEF37;
}
.TagClassName
{
border-color: #DDEF37;
}
</style>