Shades of Pear #DDFE3E
Tints of Pear #DDFE3E
RGB
CMYK
RGB Variations
Color information
#DDFE3E (or 0xDDFE3E) is known color: Pear. HEX triplet: DD, FE and 3E. RGB value is (221,254,62). Sum of RGB (Red+Green+Blue) = 221+254+62=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 62 (24.61% from 255 or 11.55% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE3E is #2201C1. Grayscale: #DEDEDE. Windows color (decimal): -2228674 or 4128477. OLE color: 4128477.
HSL color Cylindrical-coordinate representation of color #DDFE3E: hue angle of 70.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDFE3E is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 62 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.00 |
| HSL | 70.31º | 0.99% | 0.62% | - |
| HSV(B) | 70.31º | 0.76% | 1% | - |
| XYZ | 66.13 | 86.6 | 17.79 | - |
| YUV | 222.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 62 | 0.13 | 0 | 0.76 | 0.00 | 70.31 | 0.99 | 0.62 |
| Hex | DD | FE | 3E | D | 0 | 4C | 0 | 46 | 63 | 3E |
| Octal | 335 | 376 | 76 | 15 | 0 | 114 | 0 | 106 | 143 | 76 |
| Binary | 11011101 | 11111110 | 111110 | 1101 | 0 | 1001100 | 0 | 1000110 | 1100011 | 111110 |
Color Harmonies of #DDFE3E
Complementary color
Monochromatic Colors of #DDFE3E
Black with #DDFE3E
Text Example
Text Example
White with #DDFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE3E; }
p { color: rgb(221,254,62); }
H1.HeaderClassName
{
color: #DDFE3E;
}
.AnyTagClassName
{
color: #DDFE3E;
}
</style>
background-color css
<style>
a { background-color: #DDFE3E; }
a { background-color: rgb(221,254,62); }
div.DivClassName
{
background-color: #DDFE3E;
}
.BgClassName
{
background-color: #DDFE3E;
}
</style>
border-color css
<style>
span { border-color: #DDFE3E; }
span { border-color: rgb(221,254,62); }
td.TdClassName
{
border-color: #DDFE3E;
}
.TagClassName
{
border-color: #DDFE3E;
}
</style>