Shades of Pear #DDF538
Tints of Pear #DDF538
RGB
CMYK
RGB Variations
Color information
#DDF538 (or 0xDDF538) is known color: Pear. HEX triplet: DD, F5 and 38. RGB value is (221,245,56). Sum of RGB (Red+Green+Blue) = 221+245+56=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF538 is #220AC7. Grayscale: #D9D9D9. Windows color (decimal): -2230984 or 3732957. OLE color: 3732957.
HSL color Cylindrical-coordinate representation of color #DDF538: hue angle of 67.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDF538 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 56 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.04 |
| HSL | 67.62º | 0.9% | 0.59% | - |
| HSV(B) | 67.62º | 0.77% | 0.96% | - |
| XYZ | 63.19 | 80.96 | 16.04 | - |
| YUV | 216.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 56 | 0.10 | 0 | 0.77 | 0.04 | 67.62 | 0.9 | 0.59 |
| Hex | DD | F5 | 38 | A | 0 | 4D | 4 | 44 | 5A | 3B |
| Octal | 335 | 365 | 70 | 12 | 0 | 115 | 4 | 104 | 132 | 73 |
| Binary | 11011101 | 11110101 | 111000 | 1010 | 0 | 1001101 | 100 | 1000100 | 1011010 | 111011 |
Color Harmonies of #DDF538
Complementary color
Monochromatic Colors of #DDF538
Black with #DDF538
Text Example
Text Example
White with #DDF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF538; }
p { color: rgb(221,245,56); }
H1.HeaderClassName
{
color: #DDF538;
}
.AnyTagClassName
{
color: #DDF538;
}
</style>
background-color css
<style>
a { background-color: #DDF538; }
a { background-color: rgb(221,245,56); }
div.DivClassName
{
background-color: #DDF538;
}
.BgClassName
{
background-color: #DDF538;
}
</style>
border-color css
<style>
span { border-color: #DDF538; }
span { border-color: rgb(221,245,56); }
td.TdClassName
{
border-color: #DDF538;
}
.TagClassName
{
border-color: #DDF538;
}
</style>