Shades of Pear #DDF536
Tints of Pear #DDF536
RGB
CMYK
RGB Variations
Color information
#DDF536 (or 0xDDF536) is known color: Pear. HEX triplet: DD, F5 and 36. RGB value is (221,245,54). Sum of RGB (Red+Green+Blue) = 221+245+54=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 54 (21.48% from 255 or 10.38% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF536 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF536 is #220AC9. Grayscale: #D8D8D8. Windows color (decimal): -2230986 or 3601885. OLE color: 3601885.
HSL color Cylindrical-coordinate representation of color #DDF536: hue angle of 67.54º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF536 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 54 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.04 |
| HSL | 67.54º | 0.91% | 0.59% | - |
| HSV(B) | 67.54º | 0.78% | 0.96% | - |
| XYZ | 63.14 | 80.94 | 15.79 | - |
| YUV | 216.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 54 | 0.10 | 0 | 0.78 | 0.04 | 67.54 | 0.91 | 0.59 |
| Hex | DD | F5 | 36 | A | 0 | 4E | 4 | 44 | 5B | 3B |
| Octal | 335 | 365 | 66 | 12 | 0 | 116 | 4 | 104 | 133 | 73 |
| Binary | 11011101 | 11110101 | 110110 | 1010 | 0 | 1001110 | 100 | 1000100 | 1011011 | 111011 |
Color Harmonies of #DDF536
Complementary color
Monochromatic Colors of #DDF536
Black with #DDF536
Text Example
Text Example
White with #DDF536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF536; }
p { color: rgb(221,245,54); }
H1.HeaderClassName
{
color: #DDF536;
}
.AnyTagClassName
{
color: #DDF536;
}
</style>
background-color css
<style>
a { background-color: #DDF536; }
a { background-color: rgb(221,245,54); }
div.DivClassName
{
background-color: #DDF536;
}
.BgClassName
{
background-color: #DDF536;
}
</style>
border-color css
<style>
span { border-color: #DDF536; }
span { border-color: rgb(221,245,54); }
td.TdClassName
{
border-color: #DDF536;
}
.TagClassName
{
border-color: #DDF536;
}
</style>