Shades of Pear #C6E82E
Tints of Pear #C6E82E
RGB
CMYK
RGB Variations
Color information
#C6E82E (or 0xC6E82E) is known color: Pear. HEX triplet: C6, E8 and 2E. RGB value is (198,232,46). Sum of RGB (Red+Green+Blue) = 198+232+46=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #C6E82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E82E is #3917D1. Grayscale: #C9C9C9. Windows color (decimal): -3741650 or 3074246. OLE color: 3074246.
HSL color Cylindrical-coordinate representation of color #C6E82E: hue angle of 70.97º 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 #C6E82E is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 232 | 46 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.09 |
| HSL | 70.97º | 0.8% | 0.55% | - |
| HSV(B) | 70.97º | 0.8% | 0.91% | - |
| XYZ | 52.64 | 69.92 | 13.31 | - |
| YUV | 200.63 | 40.74 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 232 | 46 | 0.15 | 0 | 0.80 | 0.09 | 70.97 | 0.8 | 0.55 |
| Hex | C6 | E8 | 2E | F | 0 | 50 | 9 | 47 | 50 | 37 |
| Octal | 306 | 350 | 56 | 17 | 0 | 120 | 11 | 107 | 120 | 67 |
| Binary | 11000110 | 11101000 | 101110 | 1111 | 0 | 1010000 | 1001 | 1000111 | 1010000 | 110111 |
Color Harmonies of #C6E82E
Complementary color
Monochromatic Colors of #C6E82E
Black with #C6E82E
Text Example
Text Example
White with #C6E82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E82E; }
p { color: rgb(198,232,46); }
H1.HeaderClassName
{
color: #C6E82E;
}
.AnyTagClassName
{
color: #C6E82E;
}
</style>
background-color css
<style>
a { background-color: #C6E82E; }
a { background-color: rgb(198,232,46); }
div.DivClassName
{
background-color: #C6E82E;
}
.BgClassName
{
background-color: #C6E82E;
}
</style>
border-color css
<style>
span { border-color: #C6E82E; }
span { border-color: rgb(198,232,46); }
td.TdClassName
{
border-color: #C6E82E;
}
.TagClassName
{
border-color: #C6E82E;
}
</style>