Shades of Pear #DDFF44
Tints of Pear #DDFF44
RGB
CMYK
RGB Variations
Color information
#DDFF44 (or 0xDDFF44) is known color: Pear. HEX triplet: DD, FF and 44. RGB value is (221,255,68). Sum of RGB (Red+Green+Blue) = 221+255+68=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF44 is #2200BB. Grayscale: #E0E0E0. Windows color (decimal): -2228412 or 4521949. OLE color: 4521949.
HSL color Cylindrical-coordinate representation of color #DDFF44: hue angle of 70.91º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDFF44 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 68 | - |
| CMYK | 0.13 | 0 | 0.73 | 0 |
| HSL | 70.91º | 1% | 0.63% | - |
| HSV(B) | 70.91º | 0.73% | 1% | - |
| XYZ | 66.62 | 87.31 | 18.81 | - |
| YUV | 223.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 68 | 0.13 | 0 | 0.73 | 0 | 70.91 | 1 | 0.63 |
| Hex | DD | FF | 44 | D | 0 | 49 | 0 | 47 | 64 | 3F |
| Octal | 335 | 377 | 104 | 15 | 0 | 111 | 0 | 107 | 144 | 77 |
| Binary | 11011101 | 11111111 | 1000100 | 1101 | 0 | 1001001 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DDFF44
Complementary color
Monochromatic Colors of #DDFF44
Black with #DDFF44
Text Example
Text Example
White with #DDFF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF44; }
p { color: rgb(221,255,68); }
H1.HeaderClassName
{
color: #DDFF44;
}
.AnyTagClassName
{
color: #DDFF44;
}
</style>
background-color css
<style>
a { background-color: #DDFF44; }
a { background-color: rgb(221,255,68); }
div.DivClassName
{
background-color: #DDFF44;
}
.BgClassName
{
background-color: #DDFF44;
}
</style>
border-color css
<style>
span { border-color: #DDFF44; }
span { border-color: rgb(221,255,68); }
td.TdClassName
{
border-color: #DDFF44;
}
.TagClassName
{
border-color: #DDFF44;
}
</style>