Shades of Pear #DDFE42
Tints of Pear #DDFE42
RGB
CMYK
RGB Variations
Color information
#DDFE42 (or 0xDDFE42) is known color: Pear. HEX triplet: DD, FE and 42. RGB value is (221,254,66). Sum of RGB (Red+Green+Blue) = 221+254+66=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE42 is #2201BD. Grayscale: #DFDFDF. Windows color (decimal): -2228670 or 4390621. OLE color: 4390621.
HSL color Cylindrical-coordinate representation of color #DDFE42: hue angle of 70.53º 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 #DDFE42 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 66 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.00 |
| HSL | 70.53º | 0.99% | 0.63% | - |
| HSV(B) | 70.53º | 0.74% | 1% | - |
| XYZ | 66.24 | 86.65 | 18.39 | - |
| YUV | 222.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 66 | 0.13 | 0 | 0.74 | 0.00 | 70.53 | 0.99 | 0.63 |
| Hex | DD | FE | 42 | D | 0 | 4A | 0 | 47 | 63 | 3F |
| Octal | 335 | 376 | 102 | 15 | 0 | 112 | 0 | 107 | 143 | 77 |
| Binary | 11011101 | 11111110 | 1000010 | 1101 | 0 | 1001010 | 0 | 1000111 | 1100011 | 111111 |
Color Harmonies of #DDFE42
Complementary color
Monochromatic Colors of #DDFE42
Black with #DDFE42
Text Example
Text Example
White with #DDFE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE42; }
p { color: rgb(221,254,66); }
H1.HeaderClassName
{
color: #DDFE42;
}
.AnyTagClassName
{
color: #DDFE42;
}
</style>
background-color css
<style>
a { background-color: #DDFE42; }
a { background-color: rgb(221,254,66); }
div.DivClassName
{
background-color: #DDFE42;
}
.BgClassName
{
background-color: #DDFE42;
}
</style>
border-color css
<style>
span { border-color: #DDFE42; }
span { border-color: rgb(221,254,66); }
td.TdClassName
{
border-color: #DDFE42;
}
.TagClassName
{
border-color: #DDFE42;
}
</style>