Shades of Pear #DDFF41
Tints of Pear #DDFF41
RGB
CMYK
RGB Variations
Color information
#DDFF41 (or 0xDDFF41) is known color: Pear. HEX triplet: DD, FF and 41. RGB value is (221,255,65). Sum of RGB (Red+Green+Blue) = 221+255+65=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 65 (25.78% from 255 or 12.01% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF41 is #2200BE. Grayscale: #DFDFDF. Windows color (decimal): -2228415 or 4325341. OLE color: 4325341.
HSL color Cylindrical-coordinate representation of color #DDFF41: hue angle of 70.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDFF41 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 65 | - |
| CMYK | 0.13 | 0 | 0.75 | 0 |
| HSL | 70.74º | 1% | 0.63% | - |
| HSV(B) | 70.74º | 0.75% | 1% | - |
| XYZ | 66.53 | 87.27 | 18.34 | - |
| YUV | 223.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 65 | 0.13 | 0 | 0.75 | 0 | 70.74 | 1 | 0.63 |
| Hex | DD | FF | 41 | D | 0 | 4B | 0 | 47 | 64 | 3F |
| Octal | 335 | 377 | 101 | 15 | 0 | 113 | 0 | 107 | 144 | 77 |
| Binary | 11011101 | 11111111 | 1000001 | 1101 | 0 | 1001011 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DDFF41
Complementary color
Monochromatic Colors of #DDFF41
Black with #DDFF41
Text Example
Text Example
White with #DDFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF41; }
p { color: rgb(221,255,65); }
H1.HeaderClassName
{
color: #DDFF41;
}
.AnyTagClassName
{
color: #DDFF41;
}
</style>
background-color css
<style>
a { background-color: #DDFF41; }
a { background-color: rgb(221,255,65); }
div.DivClassName
{
background-color: #DDFF41;
}
.BgClassName
{
background-color: #DDFF41;
}
</style>
border-color css
<style>
span { border-color: #DDFF41; }
span { border-color: rgb(221,255,65); }
td.TdClassName
{
border-color: #DDFF41;
}
.TagClassName
{
border-color: #DDFF41;
}
</style>