Shades of Pear #DCE72E
Tints of Pear #DCE72E
RGB
CMYK
RGB Variations
Color information
#DCE72E (or 0xDCE72E) is known color: Pear. HEX triplet: DC, E7 and 2E. RGB value is (220,231,46). Sum of RGB (Red+Green+Blue) = 220+231+46=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE72E is #2318D1. Grayscale: #CFCFCF. Windows color (decimal): -2300114 or 3074012. OLE color: 3074012.
HSL color Cylindrical-coordinate representation of color #DCE72E: hue angle of 63.57º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE72E is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 46 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.09 |
| HSL | 63.57º | 0.79% | 0.54% | - |
| HSV(B) | 63.57º | 0.8% | 0.91% | - |
| XYZ | 58.58 | 72.56 | 13.5 | - |
| YUV | 206.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 46 | 0.05 | 0 | 0.80 | 0.09 | 63.57 | 0.79 | 0.54 |
| Hex | DC | E7 | 2E | 5 | 0 | 50 | 9 | 40 | 4F | 36 |
| Octal | 334 | 347 | 56 | 5 | 0 | 120 | 11 | 100 | 117 | 66 |
| Binary | 11011100 | 11100111 | 101110 | 101 | 0 | 1010000 | 1001 | 1000000 | 1001111 | 110110 |
Color Harmonies of #DCE72E
Complementary color
Monochromatic Colors of #DCE72E
Black with #DCE72E
Text Example
Text Example
White with #DCE72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE72E; }
p { color: rgb(220,231,46); }
H1.HeaderClassName
{
color: #DCE72E;
}
.AnyTagClassName
{
color: #DCE72E;
}
</style>
background-color css
<style>
a { background-color: #DCE72E; }
a { background-color: rgb(220,231,46); }
div.DivClassName
{
background-color: #DCE72E;
}
.BgClassName
{
background-color: #DCE72E;
}
</style>
border-color css
<style>
span { border-color: #DCE72E; }
span { border-color: rgb(220,231,46); }
td.TdClassName
{
border-color: #DCE72E;
}
.TagClassName
{
border-color: #DCE72E;
}
</style>