Shades of Pear #DDF030
Tints of Pear #DDF030
RGB
CMYK
RGB Variations
Color information
#DDF030 (or 0xDDF030) is known color: Pear. HEX triplet: DD, F0 and 30. RGB value is (221,240,48). Sum of RGB (Red+Green+Blue) = 221+240+48=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF030 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF030 is #220FCF. Grayscale: #D5D5D5. Windows color (decimal): -2232272 or 3207389. OLE color: 3207389.
HSL color Cylindrical-coordinate representation of color #DDF030: hue angle of 65.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF030 is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 48 | - |
| CMYK | 0.08 | 0 | 0.8 | 0.06 |
| HSL | 65.94º | 0.86% | 0.56% | - |
| HSV(B) | 65.94º | 0.8% | 0.94% | - |
| XYZ | 61.51 | 77.91 | 14.59 | - |
| YUV | 212.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 48 | 0.08 | 0 | 0.8 | 0.06 | 65.94 | 0.86 | 0.56 |
| Hex | DD | F0 | 30 | 8 | 0 | 50 | 6 | 42 | 56 | 38 |
| Octal | 335 | 360 | 60 | 10 | 0 | 120 | 6 | 102 | 126 | 70 |
| Binary | 11011101 | 11110000 | 110000 | 1000 | 0 | 1010000 | 110 | 1000010 | 1010110 | 111000 |
Color Harmonies of #DDF030
Complementary color
Monochromatic Colors of #DDF030
Black with #DDF030
Text Example
Text Example
White with #DDF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF030; }
p { color: rgb(221,240,48); }
H1.HeaderClassName
{
color: #DDF030;
}
.AnyTagClassName
{
color: #DDF030;
}
</style>
background-color css
<style>
a { background-color: #DDF030; }
a { background-color: rgb(221,240,48); }
div.DivClassName
{
background-color: #DDF030;
}
.BgClassName
{
background-color: #DDF030;
}
</style>
border-color css
<style>
span { border-color: #DDF030; }
span { border-color: rgb(221,240,48); }
td.TdClassName
{
border-color: #DDF030;
}
.TagClassName
{
border-color: #DDF030;
}
</style>