Shades of Pear #DDFD40
Tints of Pear #DDFD40
RGB
CMYK
RGB Variations
Color information
#DDFD40 (or 0xDDFD40) is known color: Pear. HEX triplet: DD, FD and 40. RGB value is (221,253,64). Sum of RGB (Red+Green+Blue) = 221+253+64=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD40 is #2202BF. Grayscale: #DEDEDE. Windows color (decimal): -2228928 or 4259293. OLE color: 4259293.
HSL color Cylindrical-coordinate representation of color #DDFD40: hue angle of 70.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDFD40 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 64 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.01 |
| HSL | 70.16º | 0.98% | 0.62% | - |
| HSV(B) | 70.16º | 0.75% | 0.99% | - |
| XYZ | 65.87 | 85.99 | 17.98 | - |
| YUV | 221.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 64 | 0.13 | 0 | 0.75 | 0.01 | 70.16 | 0.98 | 0.62 |
| Hex | DD | FD | 40 | D | 0 | 4B | 1 | 46 | 62 | 3E |
| Octal | 335 | 375 | 100 | 15 | 0 | 113 | 1 | 106 | 142 | 76 |
| Binary | 11011101 | 11111101 | 1000000 | 1101 | 0 | 1001011 | 1 | 1000110 | 1100010 | 111110 |
Color Harmonies of #DDFD40
Complementary color
Monochromatic Colors of #DDFD40
Black with #DDFD40
Text Example
Text Example
White with #DDFD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD40; }
p { color: rgb(221,253,64); }
H1.HeaderClassName
{
color: #DDFD40;
}
.AnyTagClassName
{
color: #DDFD40;
}
</style>
background-color css
<style>
a { background-color: #DDFD40; }
a { background-color: rgb(221,253,64); }
div.DivClassName
{
background-color: #DDFD40;
}
.BgClassName
{
background-color: #DDFD40;
}
</style>
border-color css
<style>
span { border-color: #DDFD40; }
span { border-color: rgb(221,253,64); }
td.TdClassName
{
border-color: #DDFD40;
}
.TagClassName
{
border-color: #DDFD40;
}
</style>