Shades of Pear #DDFE24
Tints of Pear #DDFE24
RGB
CMYK
RGB Variations
Color information
#DDFE24 (or 0xDDFE24) is known color: Pear. HEX triplet: DD, FE and 24. RGB value is (221,254,36). Sum of RGB (Red+Green+Blue) = 221+254+36=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE24 is #2201DB. Grayscale: #DCDCDC. Windows color (decimal): -2228700 or 2424541. OLE color: 2424541.
HSL color Cylindrical-coordinate representation of color #DDFE24: hue angle of 69.08º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDFE24 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 36 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.00 |
| HSL | 69.08º | 0.99% | 0.57% | - |
| HSV(B) | 69.08º | 0.86% | 1% | - |
| XYZ | 65.58 | 86.38 | 14.89 | - |
| YUV | 219.28 | 24.57 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 36 | 0.13 | 0 | 0.86 | 0.00 | 69.08 | 0.99 | 0.57 |
| Hex | DD | FE | 24 | D | 0 | 56 | 0 | 45 | 63 | 39 |
| Octal | 335 | 376 | 44 | 15 | 0 | 126 | 0 | 105 | 143 | 71 |
| Binary | 11011101 | 11111110 | 100100 | 1101 | 0 | 1010110 | 0 | 1000101 | 1100011 | 111001 |
Color Harmonies of #DDFE24
Complementary color
Monochromatic Colors of #DDFE24
Black with #DDFE24
Text Example
Text Example
White with #DDFE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE24; }
p { color: rgb(221,254,36); }
H1.HeaderClassName
{
color: #DDFE24;
}
.AnyTagClassName
{
color: #DDFE24;
}
</style>
background-color css
<style>
a { background-color: #DDFE24; }
a { background-color: rgb(221,254,36); }
div.DivClassName
{
background-color: #DDFE24;
}
.BgClassName
{
background-color: #DDFE24;
}
</style>
border-color css
<style>
span { border-color: #DDFE24; }
span { border-color: rgb(221,254,36); }
td.TdClassName
{
border-color: #DDFE24;
}
.TagClassName
{
border-color: #DDFE24;
}
</style>