Shades of Pear #DDEF19
Tints of Pear #DDEF19
RGB
CMYK
RGB Variations
Color information
#DDEF19 (or 0xDDEF19) is known color: Pear. HEX triplet: DD, EF and 19. RGB value is (221,239,25). Sum of RGB (Red+Green+Blue) = 221+239+25=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DDEF19 is #2210E6. Grayscale: #D2D2D2. Windows color (decimal): -2232551 or 1699805. OLE color: 1699805.
HSL color Cylindrical-coordinate representation of color #DDEF19: hue angle of 65.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDEF19 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 25 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.06 |
| HSL | 65.05º | 0.87% | 0.52% | - |
| HSV(B) | 65.05º | 0.9% | 0.94% | - |
| XYZ | 60.86 | 77.18 | 12.61 | - |
| YUV | 209.22 | 24.04 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 25 | 0.08 | 0 | 0.90 | 0.06 | 65.05 | 0.87 | 0.52 |
| Hex | DD | EF | 19 | 8 | 0 | 5A | 6 | 41 | 57 | 34 |
| Octal | 335 | 357 | 31 | 10 | 0 | 132 | 6 | 101 | 127 | 64 |
| Binary | 11011101 | 11101111 | 11001 | 1000 | 0 | 1011010 | 110 | 1000001 | 1010111 | 110100 |
Color Harmonies of #DDEF19
Complementary color
Monochromatic Colors of #DDEF19
Black with #DDEF19
Text Example
Text Example
White with #DDEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF19; }
p { color: rgb(221,239,25); }
H1.HeaderClassName
{
color: #DDEF19;
}
.AnyTagClassName
{
color: #DDEF19;
}
</style>
background-color css
<style>
a { background-color: #DDEF19; }
a { background-color: rgb(221,239,25); }
div.DivClassName
{
background-color: #DDEF19;
}
.BgClassName
{
background-color: #DDEF19;
}
</style>
border-color css
<style>
span { border-color: #DDEF19; }
span { border-color: rgb(221,239,25); }
td.TdClassName
{
border-color: #DDEF19;
}
.TagClassName
{
border-color: #DDEF19;
}
</style>