Shades of Pear #DDEF27
Tints of Pear #DDEF27
RGB
CMYK
RGB Variations
Color information
#DDEF27 (or 0xDDEF27) is known color: Pear. HEX triplet: DD, EF and 27. RGB value is (221,239,39). Sum of RGB (Red+Green+Blue) = 221+239+39=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF27 is #2210D8. Grayscale: #D3D3D3. Windows color (decimal): -2232537 or 2617309. OLE color: 2617309.
HSL color Cylindrical-coordinate representation of color #DDEF27: hue angle of 65.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDEF27 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 39 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.06 |
| HSL | 65.4º | 0.86% | 0.55% | - |
| HSV(B) | 65.4º | 0.84% | 0.94% | - |
| XYZ | 61.05 | 77.25 | 13.61 | - |
| YUV | 210.82 | 31.04 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 39 | 0.08 | 0 | 0.84 | 0.06 | 65.4 | 0.86 | 0.55 |
| Hex | DD | EF | 27 | 8 | 0 | 54 | 6 | 41 | 56 | 37 |
| Octal | 335 | 357 | 47 | 10 | 0 | 124 | 6 | 101 | 126 | 67 |
| Binary | 11011101 | 11101111 | 100111 | 1000 | 0 | 1010100 | 110 | 1000001 | 1010110 | 110111 |
Color Harmonies of #DDEF27
Complementary color
Monochromatic Colors of #DDEF27
Black with #DDEF27
Text Example
Text Example
White with #DDEF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF27; }
p { color: rgb(221,239,39); }
H1.HeaderClassName
{
color: #DDEF27;
}
.AnyTagClassName
{
color: #DDEF27;
}
</style>
background-color css
<style>
a { background-color: #DDEF27; }
a { background-color: rgb(221,239,39); }
div.DivClassName
{
background-color: #DDEF27;
}
.BgClassName
{
background-color: #DDEF27;
}
</style>
border-color css
<style>
span { border-color: #DDEF27; }
span { border-color: rgb(221,239,39); }
td.TdClassName
{
border-color: #DDEF27;
}
.TagClassName
{
border-color: #DDEF27;
}
</style>