Shades of Pear #DDF74A
Tints of Pear #DDF74A
RGB
CMYK
RGB Variations
Color information
#DDF74A (or 0xDDF74A) is known color: Pear. HEX triplet: DD, F7 and 4A. RGB value is (221,247,74). Sum of RGB (Red+Green+Blue) = 221+247+74=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF74A is #2208B5. Grayscale: #DCDCDC. Windows color (decimal): -2230454 or 4913117. OLE color: 4913117.
HSL color Cylindrical-coordinate representation of color #DDF74A: hue angle of 69.02º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF74A is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 74 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.03 |
| HSL | 69.02º | 0.92% | 0.63% | - |
| HSV(B) | 69.02º | 0.7% | 0.97% | - |
| XYZ | 64.32 | 82.39 | 18.99 | - |
| YUV | 219.5 | 45.89 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 74 | 0.11 | 0 | 0.70 | 0.03 | 69.02 | 0.92 | 0.63 |
| Hex | DD | F7 | 4A | B | 0 | 46 | 3 | 45 | 5C | 3F |
| Octal | 335 | 367 | 112 | 13 | 0 | 106 | 3 | 105 | 134 | 77 |
| Binary | 11011101 | 11110111 | 1001010 | 1011 | 0 | 1000110 | 11 | 1000101 | 1011100 | 111111 |
Color Harmonies of #DDF74A
Complementary color
Monochromatic Colors of #DDF74A
Black with #DDF74A
Text Example
Text Example
White with #DDF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF74A; }
p { color: rgb(221,247,74); }
H1.HeaderClassName
{
color: #DDF74A;
}
.AnyTagClassName
{
color: #DDF74A;
}
</style>
background-color css
<style>
a { background-color: #DDF74A; }
a { background-color: rgb(221,247,74); }
div.DivClassName
{
background-color: #DDF74A;
}
.BgClassName
{
background-color: #DDF74A;
}
</style>
border-color css
<style>
span { border-color: #DDF74A; }
span { border-color: rgb(221,247,74); }
td.TdClassName
{
border-color: #DDF74A;
}
.TagClassName
{
border-color: #DDF74A;
}
</style>