Shades of Pear #DCE42E
Tints of Pear #DCE42E
RGB
CMYK
RGB Variations
Color information
#DCE42E (or 0xDCE42E) is known color: Pear. HEX triplet: DC, E4 and 2E. RGB value is (220,228,46). Sum of RGB (Red+Green+Blue) = 220+228+46=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE42E is #231BD1. Grayscale: #CDCDCD. Windows color (decimal): -2300882 or 3073244. OLE color: 3073244.
HSL color Cylindrical-coordinate representation of color #DCE42E: hue angle of 62.64º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE42E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.11 |
| HSL | 62.64º | 0.77% | 0.54% | - |
| HSV(B) | 62.64º | 0.8% | 0.89% | - |
| XYZ | 57.75 | 70.9 | 13.23 | - |
| YUV | 204.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 46 | 0.04 | 0 | 0.80 | 0.11 | 62.64 | 0.77 | 0.54 |
| Hex | DC | E4 | 2E | 4 | 0 | 50 | B | 3F | 4D | 36 |
| Octal | 334 | 344 | 56 | 4 | 0 | 120 | 13 | 77 | 115 | 66 |
| Binary | 11011100 | 11100100 | 101110 | 100 | 0 | 1010000 | 1011 | 111111 | 1001101 | 110110 |
Color Harmonies of #DCE42E
Complementary color
Monochromatic Colors of #DCE42E
Black with #DCE42E
Text Example
Text Example
White with #DCE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE42E; }
p { color: rgb(220,228,46); }
H1.HeaderClassName
{
color: #DCE42E;
}
.AnyTagClassName
{
color: #DCE42E;
}
</style>
background-color css
<style>
a { background-color: #DCE42E; }
a { background-color: rgb(220,228,46); }
div.DivClassName
{
background-color: #DCE42E;
}
.BgClassName
{
background-color: #DCE42E;
}
</style>
border-color css
<style>
span { border-color: #DCE42E; }
span { border-color: rgb(220,228,46); }
td.TdClassName
{
border-color: #DCE42E;
}
.TagClassName
{
border-color: #DCE42E;
}
</style>