Shades of Pear #DDF529
Tints of Pear #DDF529
RGB
CMYK
RGB Variations
Color information
#DDF529 (or 0xDDF529) is known color: Pear. HEX triplet: DD, F5 and 29. RGB value is (221,245,41). Sum of RGB (Red+Green+Blue) = 221+245+41=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF529 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF529 is #220AD6. Grayscale: #D7D7D7. Windows color (decimal): -2230999 or 2749917. OLE color: 2749917.
HSL color Cylindrical-coordinate representation of color #DDF529: hue angle of 67.06º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDF529 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 41 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.04 |
| HSL | 67.06º | 0.91% | 0.56% | - |
| HSV(B) | 67.06º | 0.83% | 0.96% | - |
| XYZ | 62.87 | 80.84 | 14.39 | - |
| YUV | 214.57 | 30.05 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 41 | 0.10 | 0 | 0.83 | 0.04 | 67.06 | 0.91 | 0.56 |
| Hex | DD | F5 | 29 | A | 0 | 53 | 4 | 43 | 5B | 38 |
| Octal | 335 | 365 | 51 | 12 | 0 | 123 | 4 | 103 | 133 | 70 |
| Binary | 11011101 | 11110101 | 101001 | 1010 | 0 | 1010011 | 100 | 1000011 | 1011011 | 111000 |
Color Harmonies of #DDF529
Complementary color
Monochromatic Colors of #DDF529
Black with #DDF529
Text Example
Text Example
White with #DDF529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF529; }
p { color: rgb(221,245,41); }
H1.HeaderClassName
{
color: #DDF529;
}
.AnyTagClassName
{
color: #DDF529;
}
</style>
background-color css
<style>
a { background-color: #DDF529; }
a { background-color: rgb(221,245,41); }
div.DivClassName
{
background-color: #DDF529;
}
.BgClassName
{
background-color: #DDF529;
}
</style>
border-color css
<style>
span { border-color: #DDF529; }
span { border-color: rgb(221,245,41); }
td.TdClassName
{
border-color: #DDF529;
}
.TagClassName
{
border-color: #DDF529;
}
</style>