Shades of Pear #DDF53D
Tints of Pear #DDF53D
RGB
CMYK
RGB Variations
Color information
#DDF53D (or 0xDDF53D) is known color: Pear. HEX triplet: DD, F5 and 3D. RGB value is (221,245,61). Sum of RGB (Red+Green+Blue) = 221+245+61=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF53D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF53D is #220AC2. Grayscale: #D9D9D9. Windows color (decimal): -2230979 or 4060637. OLE color: 4060637.
HSL color Cylindrical-coordinate representation of color #DDF53D: hue angle of 67.83º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF53D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.04 |
| HSL | 67.83º | 0.9% | 0.6% | - |
| HSV(B) | 67.83º | 0.75% | 0.96% | - |
| XYZ | 63.31 | 81.01 | 16.72 | - |
| YUV | 216.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 61 | 0.10 | 0 | 0.75 | 0.04 | 67.83 | 0.9 | 0.6 |
| Hex | DD | F5 | 3D | A | 0 | 4B | 4 | 44 | 5A | 3C |
| Octal | 335 | 365 | 75 | 12 | 0 | 113 | 4 | 104 | 132 | 74 |
| Binary | 11011101 | 11110101 | 111101 | 1010 | 0 | 1001011 | 100 | 1000100 | 1011010 | 111100 |
Color Harmonies of #DDF53D
Complementary color
Monochromatic Colors of #DDF53D
Black with #DDF53D
Text Example
Text Example
White with #DDF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF53D; }
p { color: rgb(221,245,61); }
H1.HeaderClassName
{
color: #DDF53D;
}
.AnyTagClassName
{
color: #DDF53D;
}
</style>
background-color css
<style>
a { background-color: #DDF53D; }
a { background-color: rgb(221,245,61); }
div.DivClassName
{
background-color: #DDF53D;
}
.BgClassName
{
background-color: #DDF53D;
}
</style>
border-color css
<style>
span { border-color: #DDF53D; }
span { border-color: rgb(221,245,61); }
td.TdClassName
{
border-color: #DDF53D;
}
.TagClassName
{
border-color: #DDF53D;
}
</style>