Shades of Pear #DDFE41
Tints of Pear #DDFE41
RGB
CMYK
RGB Variations
Color information
#DDFE41 (or 0xDDFE41) is known color: Pear. HEX triplet: DD, FE and 41. RGB value is (221,254,65). Sum of RGB (Red+Green+Blue) = 221+254+65=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE41 is #2201BE. Grayscale: #DFDFDF. Windows color (decimal): -2228671 or 4325085. OLE color: 4325085.
HSL color Cylindrical-coordinate representation of color #DDFE41: hue angle of 70.48º 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 #DDFE41 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 65 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.00 |
| HSL | 70.48º | 0.99% | 0.63% | - |
| HSV(B) | 70.48º | 0.74% | 1% | - |
| XYZ | 66.21 | 86.64 | 18.23 | - |
| YUV | 222.59 | 39.07 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 65 | 0.13 | 0 | 0.74 | 0.00 | 70.48 | 0.99 | 0.63 |
| Hex | DD | FE | 41 | D | 0 | 4A | 0 | 46 | 63 | 3F |
| Octal | 335 | 376 | 101 | 15 | 0 | 112 | 0 | 106 | 143 | 77 |
| Binary | 11011101 | 11111110 | 1000001 | 1101 | 0 | 1001010 | 0 | 1000110 | 1100011 | 111111 |
Color Harmonies of #DDFE41
Complementary color
Monochromatic Colors of #DDFE41
Black with #DDFE41
Text Example
Text Example
White with #DDFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE41; }
p { color: rgb(221,254,65); }
H1.HeaderClassName
{
color: #DDFE41;
}
.AnyTagClassName
{
color: #DDFE41;
}
</style>
background-color css
<style>
a { background-color: #DDFE41; }
a { background-color: rgb(221,254,65); }
div.DivClassName
{
background-color: #DDFE41;
}
.BgClassName
{
background-color: #DDFE41;
}
</style>
border-color css
<style>
span { border-color: #DDFE41; }
span { border-color: rgb(221,254,65); }
td.TdClassName
{
border-color: #DDFE41;
}
.TagClassName
{
border-color: #DDFE41;
}
</style>