Shades of Pear #DDFB40
Tints of Pear #DDFB40
RGB
CMYK
RGB Variations
Color information
#DDFB40 (or 0xDDFB40) is known color: Pear. HEX triplet: DD, FB and 40. RGB value is (221,251,64). Sum of RGB (Red+Green+Blue) = 221+251+64=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB40 is #2204BF. Grayscale: #DDDDDD. Windows color (decimal): -2229440 or 4258781. OLE color: 4258781.
HSL color Cylindrical-coordinate representation of color #DDFB40: hue angle of 69.63º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDFB40 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 64 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.02 |
| HSL | 69.63º | 0.96% | 0.62% | - |
| HSV(B) | 69.63º | 0.75% | 0.98% | - |
| XYZ | 65.24 | 84.74 | 17.77 | - |
| YUV | 220.71 | 39.56 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 64 | 0.12 | 0 | 0.75 | 0.02 | 69.63 | 0.96 | 0.62 |
| Hex | DD | FB | 40 | C | 0 | 4B | 2 | 46 | 60 | 3E |
| Octal | 335 | 373 | 100 | 14 | 0 | 113 | 2 | 106 | 140 | 76 |
| Binary | 11011101 | 11111011 | 1000000 | 1100 | 0 | 1001011 | 10 | 1000110 | 1100000 | 111110 |
Color Harmonies of #DDFB40
Complementary color
Monochromatic Colors of #DDFB40
Black with #DDFB40
Text Example
Text Example
White with #DDFB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB40; }
p { color: rgb(221,251,64); }
H1.HeaderClassName
{
color: #DDFB40;
}
.AnyTagClassName
{
color: #DDFB40;
}
</style>
background-color css
<style>
a { background-color: #DDFB40; }
a { background-color: rgb(221,251,64); }
div.DivClassName
{
background-color: #DDFB40;
}
.BgClassName
{
background-color: #DDFB40;
}
</style>
border-color css
<style>
span { border-color: #DDFB40; }
span { border-color: rgb(221,251,64); }
td.TdClassName
{
border-color: #DDFB40;
}
.TagClassName
{
border-color: #DDFB40;
}
</style>