Shades of Pear #DDF43A
Tints of Pear #DDF43A
RGB
CMYK
RGB Variations
Color information
#DDF43A (or 0xDDF43A) is known color: Pear. HEX triplet: DD, F4 and 3A. RGB value is (221,244,58). Sum of RGB (Red+Green+Blue) = 221+244+58=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 58 (23.05% from 255 or 11.09% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF43A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF43A is #220BC5. Grayscale: #D8D8D8. Windows color (decimal): -2231238 or 3863773. OLE color: 3863773.
HSL color Cylindrical-coordinate representation of color #DDF43A: hue angle of 67.42º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDF43A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 58 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.04 |
| HSL | 67.42º | 0.89% | 0.59% | - |
| HSV(B) | 67.42º | 0.76% | 0.96% | - |
| XYZ | 62.93 | 80.38 | 16.2 | - |
| YUV | 215.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 58 | 0.09 | 0 | 0.76 | 0.04 | 67.42 | 0.89 | 0.59 |
| Hex | DD | F4 | 3A | 9 | 0 | 4C | 4 | 43 | 59 | 3B |
| Octal | 335 | 364 | 72 | 11 | 0 | 114 | 4 | 103 | 131 | 73 |
| Binary | 11011101 | 11110100 | 111010 | 1001 | 0 | 1001100 | 100 | 1000011 | 1011001 | 111011 |
Color Harmonies of #DDF43A
Complementary color
Monochromatic Colors of #DDF43A
Black with #DDF43A
Text Example
Text Example
White with #DDF43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF43A; }
p { color: rgb(221,244,58); }
H1.HeaderClassName
{
color: #DDF43A;
}
.AnyTagClassName
{
color: #DDF43A;
}
</style>
background-color css
<style>
a { background-color: #DDF43A; }
a { background-color: rgb(221,244,58); }
div.DivClassName
{
background-color: #DDF43A;
}
.BgClassName
{
background-color: #DDF43A;
}
</style>
border-color css
<style>
span { border-color: #DDF43A; }
span { border-color: rgb(221,244,58); }
td.TdClassName
{
border-color: #DDF43A;
}
.TagClassName
{
border-color: #DDF43A;
}
</style>