Shades of Pear #DCEC27
Tints of Pear #DCEC27
RGB
CMYK
RGB Variations
Color information
#DCEC27 (or 0xDCEC27) is known color: Pear. HEX triplet: DC, EC and 27. RGB value is (220,236,39). Sum of RGB (Red+Green+Blue) = 220+236+39=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 39 (15.62% from 255 or 7.88% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC27 is #2313D8. Grayscale: #D1D1D1. Windows color (decimal): -2298841 or 2616540. OLE color: 2616540.
HSL color Cylindrical-coordinate representation of color #DCEC27: hue angle of 64.87º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCEC27 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 39 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.07 |
| HSL | 64.87º | 0.84% | 0.54% | - |
| HSV(B) | 64.87º | 0.83% | 0.93% | - |
| XYZ | 59.88 | 75.35 | 13.31 | - |
| YUV | 208.76 | 32.2 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 39 | 0.07 | 0 | 0.83 | 0.07 | 64.87 | 0.84 | 0.54 |
| Hex | DC | EC | 27 | 7 | 0 | 53 | 7 | 41 | 54 | 36 |
| Octal | 334 | 354 | 47 | 7 | 0 | 123 | 7 | 101 | 124 | 66 |
| Binary | 11011100 | 11101100 | 100111 | 111 | 0 | 1010011 | 111 | 1000001 | 1010100 | 110110 |
Color Harmonies of #DCEC27
Complementary color
Monochromatic Colors of #DCEC27
Black with #DCEC27
Text Example
Text Example
White with #DCEC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC27; }
p { color: rgb(220,236,39); }
H1.HeaderClassName
{
color: #DCEC27;
}
.AnyTagClassName
{
color: #DCEC27;
}
</style>
background-color css
<style>
a { background-color: #DCEC27; }
a { background-color: rgb(220,236,39); }
div.DivClassName
{
background-color: #DCEC27;
}
.BgClassName
{
background-color: #DCEC27;
}
</style>
border-color css
<style>
span { border-color: #DCEC27; }
span { border-color: rgb(220,236,39); }
td.TdClassName
{
border-color: #DCEC27;
}
.TagClassName
{
border-color: #DCEC27;
}
</style>