Shades of Pear #DDF540
Tints of Pear #DDF540
RGB
CMYK
RGB Variations
Color information
#DDF540 (or 0xDDF540) is known color: Pear. HEX triplet: DD, F5 and 40. RGB value is (221,245,64). Sum of RGB (Red+Green+Blue) = 221+245+64=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF540 is #220ABF. Grayscale: #D9D9D9. Windows color (decimal): -2230976 or 4257245. OLE color: 4257245.
HSL color Cylindrical-coordinate representation of color #DDF540: hue angle of 67.96º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF540 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 64 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.04 |
| HSL | 67.96º | 0.9% | 0.61% | - |
| HSV(B) | 67.96º | 0.74% | 0.96% | - |
| XYZ | 63.4 | 81.05 | 17.15 | - |
| YUV | 217.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 64 | 0.10 | 0 | 0.74 | 0.04 | 67.96 | 0.9 | 0.61 |
| Hex | DD | F5 | 40 | A | 0 | 4A | 4 | 44 | 5A | 3D |
| Octal | 335 | 365 | 100 | 12 | 0 | 112 | 4 | 104 | 132 | 75 |
| Binary | 11011101 | 11110101 | 1000000 | 1010 | 0 | 1001010 | 100 | 1000100 | 1011010 | 111101 |
Color Harmonies of #DDF540
Complementary color
Monochromatic Colors of #DDF540
Black with #DDF540
Text Example
Text Example
White with #DDF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF540; }
p { color: rgb(221,245,64); }
H1.HeaderClassName
{
color: #DDF540;
}
.AnyTagClassName
{
color: #DDF540;
}
</style>
background-color css
<style>
a { background-color: #DDF540; }
a { background-color: rgb(221,245,64); }
div.DivClassName
{
background-color: #DDF540;
}
.BgClassName
{
background-color: #DDF540;
}
</style>
border-color css
<style>
span { border-color: #DDF540; }
span { border-color: rgb(221,245,64); }
td.TdClassName
{
border-color: #DDF540;
}
.TagClassName
{
border-color: #DDF540;
}
</style>