Shades of Pear #DDFE26
Tints of Pear #DDFE26
RGB
CMYK
RGB Variations
Color information
#DDFE26 (or 0xDDFE26) is known color: Pear. HEX triplet: DD, FE and 26. RGB value is (221,254,38). Sum of RGB (Red+Green+Blue) = 221+254+38=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 38 (15.23% from 255 or 7.41% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE26 is #2201D9. Grayscale: #DCDCDC. Windows color (decimal): -2228698 or 2555613. OLE color: 2555613.
HSL color Cylindrical-coordinate representation of color #DDFE26: hue angle of 69.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDFE26 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 38 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.00 |
| HSL | 69.17º | 0.99% | 0.57% | - |
| HSV(B) | 69.17º | 0.85% | 1% | - |
| XYZ | 65.61 | 86.4 | 15.05 | - |
| YUV | 219.51 | 25.57 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 38 | 0.13 | 0 | 0.85 | 0.00 | 69.17 | 0.99 | 0.57 |
| Hex | DD | FE | 26 | D | 0 | 55 | 0 | 45 | 63 | 39 |
| Octal | 335 | 376 | 46 | 15 | 0 | 125 | 0 | 105 | 143 | 71 |
| Binary | 11011101 | 11111110 | 100110 | 1101 | 0 | 1010101 | 0 | 1000101 | 1100011 | 111001 |
Color Harmonies of #DDFE26
Complementary color
Monochromatic Colors of #DDFE26
Black with #DDFE26
Text Example
Text Example
White with #DDFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE26; }
p { color: rgb(221,254,38); }
H1.HeaderClassName
{
color: #DDFE26;
}
.AnyTagClassName
{
color: #DDFE26;
}
</style>
background-color css
<style>
a { background-color: #DDFE26; }
a { background-color: rgb(221,254,38); }
div.DivClassName
{
background-color: #DDFE26;
}
.BgClassName
{
background-color: #DDFE26;
}
</style>
border-color css
<style>
span { border-color: #DDFE26; }
span { border-color: rgb(221,254,38); }
td.TdClassName
{
border-color: #DDFE26;
}
.TagClassName
{
border-color: #DDFE26;
}
</style>