Shades of Pear #DDFE2F
Tints of Pear #DDFE2F
RGB
CMYK
RGB Variations
Color information
#DDFE2F (or 0xDDFE2F) is known color: Pear. HEX triplet: DD, FE and 2F. RGB value is (221,254,47). Sum of RGB (Red+Green+Blue) = 221+254+47=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 47 (18.75% from 255 or 9.00% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE2F is #2201D0. Grayscale: #DDDDDD. Windows color (decimal): -2228689 or 3145437. OLE color: 3145437.
HSL color Cylindrical-coordinate representation of color #DDFE2F: hue angle of 69.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFE2F is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 47 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.00 |
| HSL | 69.57º | 0.99% | 0.59% | - |
| HSV(B) | 69.57º | 0.81% | 1% | - |
| XYZ | 65.77 | 86.46 | 15.91 | - |
| YUV | 220.54 | 30.07 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 47 | 0.13 | 0 | 0.81 | 0.00 | 69.57 | 0.99 | 0.59 |
| Hex | DD | FE | 2F | D | 0 | 51 | 0 | 46 | 63 | 3B |
| Octal | 335 | 376 | 57 | 15 | 0 | 121 | 0 | 106 | 143 | 73 |
| Binary | 11011101 | 11111110 | 101111 | 1101 | 0 | 1010001 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DDFE2F
Complementary color
Monochromatic Colors of #DDFE2F
Black with #DDFE2F
Text Example
Text Example
White with #DDFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE2F; }
p { color: rgb(221,254,47); }
H1.HeaderClassName
{
color: #DDFE2F;
}
.AnyTagClassName
{
color: #DDFE2F;
}
</style>
background-color css
<style>
a { background-color: #DDFE2F; }
a { background-color: rgb(221,254,47); }
div.DivClassName
{
background-color: #DDFE2F;
}
.BgClassName
{
background-color: #DDFE2F;
}
</style>
border-color css
<style>
span { border-color: #DDFE2F; }
span { border-color: rgb(221,254,47); }
td.TdClassName
{
border-color: #DDFE2F;
}
.TagClassName
{
border-color: #DDFE2F;
}
</style>