Shades of Inch Worm #C6E60A
Tints of Inch Worm #C6E60A
RGB
CMYK
RGB Variations
Color information
#C6E60A (or 0xC6E60A) is known color: Inch Worm. HEX triplet: C6, E6 and 0A. RGB value is (198,230,10). Sum of RGB (Red+Green+Blue) = 198+230+10=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E60A is #3919F5. Grayscale: #C4C4C4. Windows color (decimal): -3742198 or 714438. OLE color: 714438.
HSL color Cylindrical-coordinate representation of color #C6E60A: hue angle of 68.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6E60A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 230 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.10 |
| HSL | 68.73º | 0.92% | 0.47% | - |
| HSV(B) | 68.73º | 0.96% | 0.9% | - |
| XYZ | 51.64 | 68.62 | 10.81 | - |
| YUV | 195.35 | 23.4 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 10 | 0.14 | 0 | 0.96 | 0.10 | 68.73 | 0.92 | 0.47 |
| Hex | C6 | E6 | A | E | 0 | 60 | A | 45 | 5C | 2F |
| Octal | 306 | 346 | 12 | 16 | 0 | 140 | 12 | 105 | 134 | 57 |
| Binary | 11000110 | 11100110 | 1010 | 1110 | 0 | 1100000 | 1010 | 1000101 | 1011100 | 101111 |
Color Harmonies of #C6E60A
Complementary color
Monochromatic Colors of #C6E60A
Black with #C6E60A
Text Example
Text Example
White with #C6E60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E60A; }
p { color: rgb(198,230,10); }
H1.HeaderClassName
{
color: #C6E60A;
}
.AnyTagClassName
{
color: #C6E60A;
}
</style>
background-color css
<style>
a { background-color: #C6E60A; }
a { background-color: rgb(198,230,10); }
div.DivClassName
{
background-color: #C6E60A;
}
.BgClassName
{
background-color: #C6E60A;
}
</style>
border-color css
<style>
span { border-color: #C6E60A; }
span { border-color: rgb(198,230,10); }
td.TdClassName
{
border-color: #C6E60A;
}
.TagClassName
{
border-color: #C6E60A;
}
</style>