Shades of Pear #DDF530
Tints of Pear #DDF530
RGB
CMYK
RGB Variations
Color information
#DDF530 (or 0xDDF530) is known color: Pear. HEX triplet: DD, F5 and 30. RGB value is (221,245,48). Sum of RGB (Red+Green+Blue) = 221+245+48=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF530 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF530 is #220ACF. Grayscale: #D8D8D8. Windows color (decimal): -2230992 or 3208669. OLE color: 3208669.
HSL color Cylindrical-coordinate representation of color #DDF530: hue angle of 67.31º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF530 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 48 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.04 |
| HSL | 67.31º | 0.91% | 0.57% | - |
| HSV(B) | 67.31º | 0.8% | 0.96% | - |
| XYZ | 63 | 80.89 | 15.09 | - |
| YUV | 215.37 | 33.55 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 48 | 0.10 | 0 | 0.80 | 0.04 | 67.31 | 0.91 | 0.57 |
| Hex | DD | F5 | 30 | A | 0 | 50 | 4 | 43 | 5B | 39 |
| Octal | 335 | 365 | 60 | 12 | 0 | 120 | 4 | 103 | 133 | 71 |
| Binary | 11011101 | 11110101 | 110000 | 1010 | 0 | 1010000 | 100 | 1000011 | 1011011 | 111001 |
Color Harmonies of #DDF530
Complementary color
Monochromatic Colors of #DDF530
Black with #DDF530
Text Example
Text Example
White with #DDF530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF530; }
p { color: rgb(221,245,48); }
H1.HeaderClassName
{
color: #DDF530;
}
.AnyTagClassName
{
color: #DDF530;
}
</style>
background-color css
<style>
a { background-color: #DDF530; }
a { background-color: rgb(221,245,48); }
div.DivClassName
{
background-color: #DDF530;
}
.BgClassName
{
background-color: #DDF530;
}
</style>
border-color css
<style>
span { border-color: #DDF530; }
span { border-color: rgb(221,245,48); }
td.TdClassName
{
border-color: #DDF530;
}
.TagClassName
{
border-color: #DDF530;
}
</style>