Shades of Pear #DDEC30
Tints of Pear #DDEC30
RGB
CMYK
RGB Variations
Color information
#DDEC30 (or 0xDDEC30) is known color: Pear. HEX triplet: DD, EC and 30. RGB value is (221,236,48). Sum of RGB (Red+Green+Blue) = 221+236+48=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC30 is #2213CF. Grayscale: #D2D2D2. Windows color (decimal): -2233296 or 3206365. OLE color: 3206365.
HSL color Cylindrical-coordinate representation of color #DDEC30: hue angle of 64.79º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDEC30 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 48 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.07 |
| HSL | 64.79º | 0.83% | 0.56% | - |
| HSV(B) | 64.79º | 0.8% | 0.93% | - |
| XYZ | 60.35 | 75.58 | 14.2 | - |
| YUV | 210.08 | 36.53 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 48 | 0.06 | 0 | 0.80 | 0.07 | 64.79 | 0.83 | 0.56 |
| Hex | DD | EC | 30 | 6 | 0 | 50 | 7 | 41 | 53 | 38 |
| Octal | 335 | 354 | 60 | 6 | 0 | 120 | 7 | 101 | 123 | 70 |
| Binary | 11011101 | 11101100 | 110000 | 110 | 0 | 1010000 | 111 | 1000001 | 1010011 | 111000 |
Color Harmonies of #DDEC30
Complementary color
Monochromatic Colors of #DDEC30
Black with #DDEC30
Text Example
Text Example
White with #DDEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC30; }
p { color: rgb(221,236,48); }
H1.HeaderClassName
{
color: #DDEC30;
}
.AnyTagClassName
{
color: #DDEC30;
}
</style>
background-color css
<style>
a { background-color: #DDEC30; }
a { background-color: rgb(221,236,48); }
div.DivClassName
{
background-color: #DDEC30;
}
.BgClassName
{
background-color: #DDEC30;
}
</style>
border-color css
<style>
span { border-color: #DDEC30; }
span { border-color: rgb(221,236,48); }
td.TdClassName
{
border-color: #DDEC30;
}
.TagClassName
{
border-color: #DDEC30;
}
</style>