Shades of Pear #DDEF38
Tints of Pear #DDEF38
RGB
CMYK
RGB Variations
Color information
#DDEF38 (or 0xDDEF38) is known color: Pear. HEX triplet: DD, EF and 38. RGB value is (221,239,56). Sum of RGB (Red+Green+Blue) = 221+239+56=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 56 (22.27% from 255 or 10.85% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF38 is #2210C7. Grayscale: #D5D5D5. Windows color (decimal): -2232520 or 3731421. OLE color: 3731421.
HSL color Cylindrical-coordinate representation of color #DDEF38: hue angle of 65.9º 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 #DDEF38 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 56 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.06 |
| HSL | 65.9º | 0.85% | 0.58% | - |
| HSV(B) | 65.9º | 0.77% | 0.94% | - |
| XYZ | 61.4 | 77.39 | 15.44 | - |
| YUV | 212.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 56 | 0.08 | 0 | 0.77 | 0.06 | 65.9 | 0.85 | 0.58 |
| Hex | DD | EF | 38 | 8 | 0 | 4D | 6 | 42 | 55 | 3A |
| Octal | 335 | 357 | 70 | 10 | 0 | 115 | 6 | 102 | 125 | 72 |
| Binary | 11011101 | 11101111 | 111000 | 1000 | 0 | 1001101 | 110 | 1000010 | 1010101 | 111010 |
Color Harmonies of #DDEF38
Complementary color
Monochromatic Colors of #DDEF38
Black with #DDEF38
Text Example
Text Example
White with #DDEF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF38; }
p { color: rgb(221,239,56); }
H1.HeaderClassName
{
color: #DDEF38;
}
.AnyTagClassName
{
color: #DDEF38;
}
</style>
background-color css
<style>
a { background-color: #DDEF38; }
a { background-color: rgb(221,239,56); }
div.DivClassName
{
background-color: #DDEF38;
}
.BgClassName
{
background-color: #DDEF38;
}
</style>
border-color css
<style>
span { border-color: #DDEF38; }
span { border-color: rgb(221,239,56); }
td.TdClassName
{
border-color: #DDEF38;
}
.TagClassName
{
border-color: #DDEF38;
}
</style>