Shades of Pear #DCEC2B
Tints of Pear #DCEC2B
RGB
CMYK
RGB Variations
Color information
#DCEC2B (or 0xDCEC2B) is known color: Pear. HEX triplet: DC, EC and 2B. RGB value is (220,236,43). Sum of RGB (Red+Green+Blue) = 220+236+43=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC2B is #2313D4. Grayscale: #D1D1D1. Windows color (decimal): -2298837 or 2878684. OLE color: 2878684.
HSL color Cylindrical-coordinate representation of color #DCEC2B: hue angle of 64.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCEC2B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 43 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.07 |
| HSL | 64.97º | 0.84% | 0.55% | - |
| HSV(B) | 64.97º | 0.82% | 0.93% | - |
| XYZ | 59.95 | 75.38 | 13.68 | - |
| YUV | 209.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 43 | 0.07 | 0 | 0.82 | 0.07 | 64.97 | 0.84 | 0.55 |
| Hex | DC | EC | 2B | 7 | 0 | 52 | 7 | 41 | 54 | 37 |
| Octal | 334 | 354 | 53 | 7 | 0 | 122 | 7 | 101 | 124 | 67 |
| Binary | 11011100 | 11101100 | 101011 | 111 | 0 | 1010010 | 111 | 1000001 | 1010100 | 110111 |
Color Harmonies of #DCEC2B
Complementary color
Monochromatic Colors of #DCEC2B
Black with #DCEC2B
Text Example
Text Example
White with #DCEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC2B; }
p { color: rgb(220,236,43); }
H1.HeaderClassName
{
color: #DCEC2B;
}
.AnyTagClassName
{
color: #DCEC2B;
}
</style>
background-color css
<style>
a { background-color: #DCEC2B; }
a { background-color: rgb(220,236,43); }
div.DivClassName
{
background-color: #DCEC2B;
}
.BgClassName
{
background-color: #DCEC2B;
}
</style>
border-color css
<style>
span { border-color: #DCEC2B; }
span { border-color: rgb(220,236,43); }
td.TdClassName
{
border-color: #DCEC2B;
}
.TagClassName
{
border-color: #DCEC2B;
}
</style>