Shades of Pear #DCE82F
Tints of Pear #DCE82F
RGB
CMYK
RGB Variations
Color information
#DCE82F (or 0xDCE82F) is known color: Pear. HEX triplet: DC, E8 and 2F. RGB value is (220,232,47). Sum of RGB (Red+Green+Blue) = 220+232+47=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE82F is #2317D0. Grayscale: #D0D0D0. Windows color (decimal): -2299857 or 3139804. OLE color: 3139804.
HSL color Cylindrical-coordinate representation of color #DCE82F: hue angle of 63.89º degrees, saturation: 0.8, 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 #DCE82F is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 47 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.09 |
| HSL | 63.89º | 0.8% | 0.55% | - |
| HSV(B) | 63.89º | 0.8% | 0.91% | - |
| XYZ | 58.88 | 73.13 | 13.7 | - |
| YUV | 207.32 | 37.52 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 47 | 0.05 | 0 | 0.80 | 0.09 | 63.89 | 0.8 | 0.55 |
| Hex | DC | E8 | 2F | 5 | 0 | 50 | 9 | 40 | 50 | 37 |
| Octal | 334 | 350 | 57 | 5 | 0 | 120 | 11 | 100 | 120 | 67 |
| Binary | 11011100 | 11101000 | 101111 | 101 | 0 | 1010000 | 1001 | 1000000 | 1010000 | 110111 |
Color Harmonies of #DCE82F
Complementary color
Monochromatic Colors of #DCE82F
Black with #DCE82F
Text Example
Text Example
White with #DCE82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE82F; }
p { color: rgb(220,232,47); }
H1.HeaderClassName
{
color: #DCE82F;
}
.AnyTagClassName
{
color: #DCE82F;
}
</style>
background-color css
<style>
a { background-color: #DCE82F; }
a { background-color: rgb(220,232,47); }
div.DivClassName
{
background-color: #DCE82F;
}
.BgClassName
{
background-color: #DCE82F;
}
</style>
border-color css
<style>
span { border-color: #DCE82F; }
span { border-color: rgb(220,232,47); }
td.TdClassName
{
border-color: #DCE82F;
}
.TagClassName
{
border-color: #DCE82F;
}
</style>