Shades of Inch Worm #C6F11A
Tints of Inch Worm #C6F11A
RGB
CMYK
RGB Variations
Color information
#C6F11A (or 0xC6F11A) is known color: Inch Worm. HEX triplet: C6, F1 and 1A. RGB value is (198,241,26). Sum of RGB (Red+Green+Blue) = 198+241+26=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F11A is #390EE5. Grayscale: #CCCCCC. Windows color (decimal): -3739366 or 1765830. OLE color: 1765830.
HSL color Cylindrical-coordinate representation of color #C6F11A: hue angle of 72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6F11A is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 26 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.05 |
| HSL | 72º | 0.88% | 0.52% | - |
| HSV(B) | 72º | 0.89% | 0.95% | - |
| XYZ | 54.93 | 74.99 | 12.56 | - |
| YUV | 203.63 | 27.75 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 26 | 0.18 | 0 | 0.89 | 0.05 | 72 | 0.88 | 0.52 |
| Hex | C6 | F1 | 1A | 12 | 0 | 59 | 5 | 48 | 58 | 34 |
| Octal | 306 | 361 | 32 | 22 | 0 | 131 | 5 | 110 | 130 | 64 |
| Binary | 11000110 | 11110001 | 11010 | 10010 | 0 | 1011001 | 101 | 1001000 | 1011000 | 110100 |
Color Harmonies of #C6F11A
Complementary color
Monochromatic Colors of #C6F11A
Black with #C6F11A
Text Example
Text Example
White with #C6F11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F11A; }
p { color: rgb(198,241,26); }
H1.HeaderClassName
{
color: #C6F11A;
}
.AnyTagClassName
{
color: #C6F11A;
}
</style>
background-color css
<style>
a { background-color: #C6F11A; }
a { background-color: rgb(198,241,26); }
div.DivClassName
{
background-color: #C6F11A;
}
.BgClassName
{
background-color: #C6F11A;
}
</style>
border-color css
<style>
span { border-color: #C6F11A; }
span { border-color: rgb(198,241,26); }
td.TdClassName
{
border-color: #C6F11A;
}
.TagClassName
{
border-color: #C6F11A;
}
</style>