Shades of Pear #DCE92E
Tints of Pear #DCE92E
RGB
CMYK
RGB Variations
Color information
#DCE92E (or 0xDCE92E) is known color: Pear. HEX triplet: DC, E9 and 2E. RGB value is (220,233,46). Sum of RGB (Red+Green+Blue) = 220+233+46=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE92E is #2316D1. Grayscale: #D0D0D0. Windows color (decimal): -2299602 or 3074524. OLE color: 3074524.
HSL color Cylindrical-coordinate representation of color #DCE92E: hue angle of 64.17º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE92E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 46 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.09 |
| HSL | 64.17º | 0.81% | 0.55% | - |
| HSV(B) | 64.17º | 0.8% | 0.91% | - |
| XYZ | 59.15 | 73.69 | 13.69 | - |
| YUV | 207.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 46 | 0.06 | 0 | 0.80 | 0.09 | 64.17 | 0.81 | 0.55 |
| Hex | DC | E9 | 2E | 6 | 0 | 50 | 9 | 40 | 51 | 37 |
| Octal | 334 | 351 | 56 | 6 | 0 | 120 | 11 | 100 | 121 | 67 |
| Binary | 11011100 | 11101001 | 101110 | 110 | 0 | 1010000 | 1001 | 1000000 | 1010001 | 110111 |
Color Harmonies of #DCE92E
Complementary color
Monochromatic Colors of #DCE92E
Black with #DCE92E
Text Example
Text Example
White with #DCE92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE92E; }
p { color: rgb(220,233,46); }
H1.HeaderClassName
{
color: #DCE92E;
}
.AnyTagClassName
{
color: #DCE92E;
}
</style>
background-color css
<style>
a { background-color: #DCE92E; }
a { background-color: rgb(220,233,46); }
div.DivClassName
{
background-color: #DCE92E;
}
.BgClassName
{
background-color: #DCE92E;
}
</style>
border-color css
<style>
span { border-color: #DCE92E; }
span { border-color: rgb(220,233,46); }
td.TdClassName
{
border-color: #DCE92E;
}
.TagClassName
{
border-color: #DCE92E;
}
</style>