Shades of Inch Worm #C6E80A
Tints of Inch Worm #C6E80A
RGB
CMYK
RGB Variations
Color information
#C6E80A (or 0xC6E80A) is known color: Inch Worm. HEX triplet: C6, E8 and 0A. RGB value is (198,232,10). Sum of RGB (Red+Green+Blue) = 198+232+10=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #C6E80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E80A is #3917F5. Grayscale: #C5C5C5. Windows color (decimal): -3741686 or 714950. OLE color: 714950.
HSL color Cylindrical-coordinate representation of color #C6E80A: hue angle of 69.19º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6E80A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 232 | 10 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.09 |
| HSL | 69.19º | 0.92% | 0.47% | - |
| HSV(B) | 69.19º | 0.96% | 0.91% | - |
| XYZ | 52.2 | 69.74 | 11 | - |
| YUV | 196.53 | 22.74 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 232 | 10 | 0.15 | 0 | 0.96 | 0.09 | 69.19 | 0.92 | 0.47 |
| Hex | C6 | E8 | A | F | 0 | 60 | 9 | 45 | 5C | 2F |
| Octal | 306 | 350 | 12 | 17 | 0 | 140 | 11 | 105 | 134 | 57 |
| Binary | 11000110 | 11101000 | 1010 | 1111 | 0 | 1100000 | 1001 | 1000101 | 1011100 | 101111 |
Color Harmonies of #C6E80A
Complementary color
Monochromatic Colors of #C6E80A
Black with #C6E80A
Text Example
Text Example
White with #C6E80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E80A; }
p { color: rgb(198,232,10); }
H1.HeaderClassName
{
color: #C6E80A;
}
.AnyTagClassName
{
color: #C6E80A;
}
</style>
background-color css
<style>
a { background-color: #C6E80A; }
a { background-color: rgb(198,232,10); }
div.DivClassName
{
background-color: #C6E80A;
}
.BgClassName
{
background-color: #C6E80A;
}
</style>
border-color css
<style>
span { border-color: #C6E80A; }
span { border-color: rgb(198,232,10); }
td.TdClassName
{
border-color: #C6E80A;
}
.TagClassName
{
border-color: #C6E80A;
}
</style>