Shades of Pear #DDFF40
Tints of Pear #DDFF40
RGB
CMYK
RGB Variations
Color information
#DDFF40 (or 0xDDFF40) is known color: Pear. HEX triplet: DD, FF and 40. RGB value is (221,255,64). Sum of RGB (Red+Green+Blue) = 221+255+64=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 64 (25.39% from 255 or 11.85% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF40 is #2200BF. Grayscale: #DFDFDF. Windows color (decimal): -2228416 or 4259805. OLE color: 4259805.
HSL color Cylindrical-coordinate representation of color #DDFF40: hue angle of 70.68º 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 #DDFF40 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 64 | - |
| CMYK | 0.13 | 0 | 0.75 | 0 |
| HSL | 70.68º | 1% | 0.63% | - |
| HSV(B) | 70.68º | 0.75% | 1% | - |
| XYZ | 66.5 | 87.26 | 18.19 | - |
| YUV | 223.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 64 | 0.13 | 0 | 0.75 | 0 | 70.68 | 1 | 0.63 |
| Hex | DD | FF | 40 | D | 0 | 4B | 0 | 47 | 64 | 3F |
| Octal | 335 | 377 | 100 | 15 | 0 | 113 | 0 | 107 | 144 | 77 |
| Binary | 11011101 | 11111111 | 1000000 | 1101 | 0 | 1001011 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DDFF40
Complementary color
Monochromatic Colors of #DDFF40
Black with #DDFF40
Text Example
Text Example
White with #DDFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF40; }
p { color: rgb(221,255,64); }
H1.HeaderClassName
{
color: #DDFF40;
}
.AnyTagClassName
{
color: #DDFF40;
}
</style>
background-color css
<style>
a { background-color: #DDFF40; }
a { background-color: rgb(221,255,64); }
div.DivClassName
{
background-color: #DDFF40;
}
.BgClassName
{
background-color: #DDFF40;
}
</style>
border-color css
<style>
span { border-color: #DDFF40; }
span { border-color: rgb(221,255,64); }
td.TdClassName
{
border-color: #DDFF40;
}
.TagClassName
{
border-color: #DDFF40;
}
</style>