Shades of Pear #DDF428
Tints of Pear #DDF428
RGB
CMYK
RGB Variations
Color information
#DDF428 (or 0xDDF428) is known color: Pear. HEX triplet: DD, F4 and 28. RGB value is (221,244,40). Sum of RGB (Red+Green+Blue) = 221+244+40=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF428 is #220BD7. Grayscale: #D6D6D6. Windows color (decimal): -2231256 or 2684125. OLE color: 2684125.
HSL color Cylindrical-coordinate representation of color #DDF428: hue angle of 66.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDF428 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 40 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.04 |
| HSL | 66.76º | 0.9% | 0.56% | - |
| HSV(B) | 66.76º | 0.84% | 0.96% | - |
| XYZ | 62.55 | 80.23 | 14.2 | - |
| YUV | 213.87 | 29.88 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 40 | 0.09 | 0 | 0.84 | 0.04 | 66.76 | 0.9 | 0.56 |
| Hex | DD | F4 | 28 | 9 | 0 | 54 | 4 | 43 | 5A | 38 |
| Octal | 335 | 364 | 50 | 11 | 0 | 124 | 4 | 103 | 132 | 70 |
| Binary | 11011101 | 11110100 | 101000 | 1001 | 0 | 1010100 | 100 | 1000011 | 1011010 | 111000 |
Color Harmonies of #DDF428
Complementary color
Monochromatic Colors of #DDF428
Black with #DDF428
Text Example
Text Example
White with #DDF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF428; }
p { color: rgb(221,244,40); }
H1.HeaderClassName
{
color: #DDF428;
}
.AnyTagClassName
{
color: #DDF428;
}
</style>
background-color css
<style>
a { background-color: #DDF428; }
a { background-color: rgb(221,244,40); }
div.DivClassName
{
background-color: #DDF428;
}
.BgClassName
{
background-color: #DDF428;
}
</style>
border-color css
<style>
span { border-color: #DDF428; }
span { border-color: rgb(221,244,40); }
td.TdClassName
{
border-color: #DDF428;
}
.TagClassName
{
border-color: #DDF428;
}
</style>