Shades of Pear #DCEC30
Tints of Pear #DCEC30
RGB
CMYK
RGB Variations
Color information
#DCEC30 (or 0xDCEC30) is known color: Pear. HEX triplet: DC, EC and 30. RGB value is (220,236,48). Sum of RGB (Red+Green+Blue) = 220+236+48=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC30 is #2313CF. Grayscale: #D2D2D2. Windows color (decimal): -2298832 or 3206364. OLE color: 3206364.
HSL color Cylindrical-coordinate representation of color #DCEC30: hue angle of 65.11º 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 #DCEC30 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 48 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.07 |
| HSL | 65.11º | 0.83% | 0.56% | - |
| HSV(B) | 65.11º | 0.8% | 0.93% | - |
| XYZ | 60.04 | 75.42 | 14.19 | - |
| YUV | 209.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 48 | 0.07 | 0 | 0.80 | 0.07 | 65.11 | 0.83 | 0.56 |
| Hex | DC | EC | 30 | 7 | 0 | 50 | 7 | 41 | 53 | 38 |
| Octal | 334 | 354 | 60 | 7 | 0 | 120 | 7 | 101 | 123 | 70 |
| Binary | 11011100 | 11101100 | 110000 | 111 | 0 | 1010000 | 111 | 1000001 | 1010011 | 111000 |
Color Harmonies of #DCEC30
Complementary color
Monochromatic Colors of #DCEC30
Black with #DCEC30
Text Example
Text Example
White with #DCEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC30; }
p { color: rgb(220,236,48); }
H1.HeaderClassName
{
color: #DCEC30;
}
.AnyTagClassName
{
color: #DCEC30;
}
</style>
background-color css
<style>
a { background-color: #DCEC30; }
a { background-color: rgb(220,236,48); }
div.DivClassName
{
background-color: #DCEC30;
}
.BgClassName
{
background-color: #DCEC30;
}
</style>
border-color css
<style>
span { border-color: #DCEC30; }
span { border-color: rgb(220,236,48); }
td.TdClassName
{
border-color: #DCEC30;
}
.TagClassName
{
border-color: #DCEC30;
}
</style>