Shades of Pear #DDEF28
Tints of Pear #DDEF28
RGB
CMYK
RGB Variations
Color information
#DDEF28 (or 0xDDEF28) is known color: Pear. HEX triplet: DD, EF and 28. RGB value is (221,239,40). Sum of RGB (Red+Green+Blue) = 221+239+40=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF28 is #2210D7. Grayscale: #D3D3D3. Windows color (decimal): -2232536 or 2682845. OLE color: 2682845.
HSL color Cylindrical-coordinate representation of color #DDEF28: hue angle of 65.43º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDEF28 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 40 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.06 |
| HSL | 65.43º | 0.86% | 0.55% | - |
| HSV(B) | 65.43º | 0.83% | 0.94% | - |
| XYZ | 61.07 | 77.26 | 13.7 | - |
| YUV | 210.93 | 31.54 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 40 | 0.08 | 0 | 0.83 | 0.06 | 65.43 | 0.86 | 0.55 |
| Hex | DD | EF | 28 | 8 | 0 | 53 | 6 | 41 | 56 | 37 |
| Octal | 335 | 357 | 50 | 10 | 0 | 123 | 6 | 101 | 126 | 67 |
| Binary | 11011101 | 11101111 | 101000 | 1000 | 0 | 1010011 | 110 | 1000001 | 1010110 | 110111 |
Color Harmonies of #DDEF28
Complementary color
Monochromatic Colors of #DDEF28
Black with #DDEF28
Text Example
Text Example
White with #DDEF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF28; }
p { color: rgb(221,239,40); }
H1.HeaderClassName
{
color: #DDEF28;
}
.AnyTagClassName
{
color: #DDEF28;
}
</style>
background-color css
<style>
a { background-color: #DDEF28; }
a { background-color: rgb(221,239,40); }
div.DivClassName
{
background-color: #DDEF28;
}
.BgClassName
{
background-color: #DDEF28;
}
</style>
border-color css
<style>
span { border-color: #DDEF28; }
span { border-color: rgb(221,239,40); }
td.TdClassName
{
border-color: #DDEF28;
}
.TagClassName
{
border-color: #DDEF28;
}
</style>