Shades of Pear #DDF73B
Tints of Pear #DDF73B
RGB
CMYK
RGB Variations
Color information
#DDF73B (or 0xDDF73B) is known color: Pear. HEX triplet: DD, F7 and 3B. RGB value is (221,247,59). Sum of RGB (Red+Green+Blue) = 221+247+59=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF73B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF73B is #2208C4. Grayscale: #DADADA. Windows color (decimal): -2230469 or 3930077. OLE color: 3930077.
HSL color Cylindrical-coordinate representation of color #DDF73B: hue angle of 68.3º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDF73B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 59 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.03 |
| HSL | 68.3º | 0.92% | 0.6% | - |
| HSV(B) | 68.3º | 0.76% | 0.97% | - |
| XYZ | 63.87 | 82.21 | 16.64 | - |
| YUV | 217.79 | 38.39 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 59 | 0.11 | 0 | 0.76 | 0.03 | 68.3 | 0.92 | 0.6 |
| Hex | DD | F7 | 3B | B | 0 | 4C | 3 | 44 | 5C | 3C |
| Octal | 335 | 367 | 73 | 13 | 0 | 114 | 3 | 104 | 134 | 74 |
| Binary | 11011101 | 11110111 | 111011 | 1011 | 0 | 1001100 | 11 | 1000100 | 1011100 | 111100 |
Color Harmonies of #DDF73B
Complementary color
Monochromatic Colors of #DDF73B
Black with #DDF73B
Text Example
Text Example
White with #DDF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF73B; }
p { color: rgb(221,247,59); }
H1.HeaderClassName
{
color: #DDF73B;
}
.AnyTagClassName
{
color: #DDF73B;
}
</style>
background-color css
<style>
a { background-color: #DDF73B; }
a { background-color: rgb(221,247,59); }
div.DivClassName
{
background-color: #DDF73B;
}
.BgClassName
{
background-color: #DDF73B;
}
</style>
border-color css
<style>
span { border-color: #DDF73B; }
span { border-color: rgb(221,247,59); }
td.TdClassName
{
border-color: #DDF73B;
}
.TagClassName
{
border-color: #DDF73B;
}
</style>