Shades of Pear #DCEC2F
Tints of Pear #DCEC2F
RGB
CMYK
RGB Variations
Color information
#DCEC2F (or 0xDCEC2F) is known color: Pear. HEX triplet: DC, EC and 2F. RGB value is (220,236,47). Sum of RGB (Red+Green+Blue) = 220+236+47=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC2F is #2313D0. Grayscale: #D2D2D2. Windows color (decimal): -2298833 or 3140828. OLE color: 3140828.
HSL color Cylindrical-coordinate representation of color #DCEC2F: hue angle of 65.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCEC2F is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 47 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.07 |
| HSL | 65.08º | 0.83% | 0.55% | - |
| HSV(B) | 65.08º | 0.8% | 0.93% | - |
| XYZ | 60.02 | 75.41 | 14.08 | - |
| YUV | 209.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 47 | 0.07 | 0 | 0.80 | 0.07 | 65.08 | 0.83 | 0.55 |
| Hex | DC | EC | 2F | 7 | 0 | 50 | 7 | 41 | 53 | 37 |
| Octal | 334 | 354 | 57 | 7 | 0 | 120 | 7 | 101 | 123 | 67 |
| Binary | 11011100 | 11101100 | 101111 | 111 | 0 | 1010000 | 111 | 1000001 | 1010011 | 110111 |
Color Harmonies of #DCEC2F
Complementary color
Monochromatic Colors of #DCEC2F
Black with #DCEC2F
Text Example
Text Example
White with #DCEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC2F; }
p { color: rgb(220,236,47); }
H1.HeaderClassName
{
color: #DCEC2F;
}
.AnyTagClassName
{
color: #DCEC2F;
}
</style>
background-color css
<style>
a { background-color: #DCEC2F; }
a { background-color: rgb(220,236,47); }
div.DivClassName
{
background-color: #DCEC2F;
}
.BgClassName
{
background-color: #DCEC2F;
}
</style>
border-color css
<style>
span { border-color: #DCEC2F; }
span { border-color: rgb(220,236,47); }
td.TdClassName
{
border-color: #DCEC2F;
}
.TagClassName
{
border-color: #DCEC2F;
}
</style>