Shades of Pear #DDFE28
Tints of Pear #DDFE28
RGB
CMYK
RGB Variations
Color information
#DDFE28 (or 0xDDFE28) is known color: Pear. HEX triplet: DD, FE and 28. RGB value is (221,254,40). Sum of RGB (Red+Green+Blue) = 221+254+40=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE28 is #2201D7. Grayscale: #DCDCDC. Windows color (decimal): -2228696 or 2686685. OLE color: 2686685.
HSL color Cylindrical-coordinate representation of color #DDFE28: hue angle of 69.25º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDFE28 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 40 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.00 |
| HSL | 69.25º | 0.99% | 0.58% | - |
| HSV(B) | 69.25º | 0.84% | 1% | - |
| XYZ | 65.64 | 86.41 | 15.23 | - |
| YUV | 219.74 | 26.57 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 40 | 0.13 | 0 | 0.84 | 0.00 | 69.25 | 0.99 | 0.58 |
| Hex | DD | FE | 28 | D | 0 | 54 | 0 | 45 | 63 | 3A |
| Octal | 335 | 376 | 50 | 15 | 0 | 124 | 0 | 105 | 143 | 72 |
| Binary | 11011101 | 11111110 | 101000 | 1101 | 0 | 1010100 | 0 | 1000101 | 1100011 | 111010 |
Color Harmonies of #DDFE28
Complementary color
Monochromatic Colors of #DDFE28
Black with #DDFE28
Text Example
Text Example
White with #DDFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE28; }
p { color: rgb(221,254,40); }
H1.HeaderClassName
{
color: #DDFE28;
}
.AnyTagClassName
{
color: #DDFE28;
}
</style>
background-color css
<style>
a { background-color: #DDFE28; }
a { background-color: rgb(221,254,40); }
div.DivClassName
{
background-color: #DDFE28;
}
.BgClassName
{
background-color: #DDFE28;
}
</style>
border-color css
<style>
span { border-color: #DDFE28; }
span { border-color: rgb(221,254,40); }
td.TdClassName
{
border-color: #DDFE28;
}
.TagClassName
{
border-color: #DDFE28;
}
</style>