Shades of Pear #DDFE2E
Tints of Pear #DDFE2E
RGB
CMYK
RGB Variations
Color information
#DDFE2E (or 0xDDFE2E) is known color: Pear. HEX triplet: DD, FE and 2E. RGB value is (221,254,46). Sum of RGB (Red+Green+Blue) = 221+254+46=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 46 (18.36% from 255 or 8.83% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE2E is #2201D1. Grayscale: #DDDDDD. Windows color (decimal): -2228690 or 3079901. OLE color: 3079901.
HSL color Cylindrical-coordinate representation of color #DDFE2E: hue angle of 69.52º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDFE2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 46 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.00 |
| HSL | 69.52º | 0.99% | 0.59% | - |
| HSV(B) | 69.52º | 0.82% | 1% | - |
| XYZ | 65.75 | 86.45 | 15.81 | - |
| YUV | 220.42 | 29.57 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 46 | 0.13 | 0 | 0.82 | 0.00 | 69.52 | 0.99 | 0.59 |
| Hex | DD | FE | 2E | D | 0 | 52 | 0 | 46 | 63 | 3B |
| Octal | 335 | 376 | 56 | 15 | 0 | 122 | 0 | 106 | 143 | 73 |
| Binary | 11011101 | 11111110 | 101110 | 1101 | 0 | 1010010 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DDFE2E
Complementary color
Monochromatic Colors of #DDFE2E
Black with #DDFE2E
Text Example
Text Example
White with #DDFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE2E; }
p { color: rgb(221,254,46); }
H1.HeaderClassName
{
color: #DDFE2E;
}
.AnyTagClassName
{
color: #DDFE2E;
}
</style>
background-color css
<style>
a { background-color: #DDFE2E; }
a { background-color: rgb(221,254,46); }
div.DivClassName
{
background-color: #DDFE2E;
}
.BgClassName
{
background-color: #DDFE2E;
}
</style>
border-color css
<style>
span { border-color: #DDFE2E; }
span { border-color: rgb(221,254,46); }
td.TdClassName
{
border-color: #DDFE2E;
}
.TagClassName
{
border-color: #DDFE2E;
}
</style>