Shades of Pear #DDFE43
Tints of Pear #DDFE43
RGB
CMYK
RGB Variations
Color information
#DDFE43 (or 0xDDFE43) is known color: Pear. HEX triplet: DD, FE and 43. RGB value is (221,254,67). Sum of RGB (Red+Green+Blue) = 221+254+67=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 67 (26.56% from 255 or 12.36% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE43 is #2201BC. Grayscale: #DFDFDF. Windows color (decimal): -2228669 or 4456157. OLE color: 4456157.
HSL color Cylindrical-coordinate representation of color #DDFE43: hue angle of 70.59º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDFE43 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 67 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.00 |
| HSL | 70.59º | 0.99% | 0.63% | - |
| HSV(B) | 70.59º | 0.74% | 1% | - |
| XYZ | 66.27 | 86.66 | 18.54 | - |
| YUV | 222.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 67 | 0.13 | 0 | 0.74 | 0.00 | 70.59 | 0.99 | 0.63 |
| Hex | DD | FE | 43 | D | 0 | 4A | 0 | 47 | 63 | 3F |
| Octal | 335 | 376 | 103 | 15 | 0 | 112 | 0 | 107 | 143 | 77 |
| Binary | 11011101 | 11111110 | 1000011 | 1101 | 0 | 1001010 | 0 | 1000111 | 1100011 | 111111 |
Color Harmonies of #DDFE43
Complementary color
Monochromatic Colors of #DDFE43
Black with #DDFE43
Text Example
Text Example
White with #DDFE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE43; }
p { color: rgb(221,254,67); }
H1.HeaderClassName
{
color: #DDFE43;
}
.AnyTagClassName
{
color: #DDFE43;
}
</style>
background-color css
<style>
a { background-color: #DDFE43; }
a { background-color: rgb(221,254,67); }
div.DivClassName
{
background-color: #DDFE43;
}
.BgClassName
{
background-color: #DDFE43;
}
</style>
border-color css
<style>
span { border-color: #DDFE43; }
span { border-color: rgb(221,254,67); }
td.TdClassName
{
border-color: #DDFE43;
}
.TagClassName
{
border-color: #DDFE43;
}
</style>