Shades of Inch Worm #C6EE12
Tints of Inch Worm #C6EE12
RGB
CMYK
RGB Variations
Color information
#C6EE12 (or 0xC6EE12) is known color: Inch Worm. HEX triplet: C6, EE and 12. RGB value is (198,238,18). Sum of RGB (Red+Green+Blue) = 198+238+18=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #C6EE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EE12 is #3911ED. Grayscale: #C9C9C9. Windows color (decimal): -3740142 or 1240774. OLE color: 1240774.
HSL color Cylindrical-coordinate representation of color #C6EE12: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6EE12 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 238 | 18 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.07 |
| HSL | 70.91º | 0.87% | 0.5% | - |
| HSV(B) | 70.91º | 0.92% | 0.93% | - |
| XYZ | 53.97 | 73.2 | 11.86 | - |
| YUV | 200.96 | 24.75 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 238 | 18 | 0.17 | 0 | 0.92 | 0.07 | 70.91 | 0.87 | 0.5 |
| Hex | C6 | EE | 12 | 11 | 0 | 5C | 7 | 47 | 57 | 32 |
| Octal | 306 | 356 | 22 | 21 | 0 | 134 | 7 | 107 | 127 | 62 |
| Binary | 11000110 | 11101110 | 10010 | 10001 | 0 | 1011100 | 111 | 1000111 | 1010111 | 110010 |
Color Harmonies of #C6EE12
Complementary color
Monochromatic Colors of #C6EE12
Black with #C6EE12
Text Example
Text Example
White with #C6EE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EE12; }
p { color: rgb(198,238,18); }
H1.HeaderClassName
{
color: #C6EE12;
}
.AnyTagClassName
{
color: #C6EE12;
}
</style>
background-color css
<style>
a { background-color: #C6EE12; }
a { background-color: rgb(198,238,18); }
div.DivClassName
{
background-color: #C6EE12;
}
.BgClassName
{
background-color: #C6EE12;
}
</style>
border-color css
<style>
span { border-color: #C6EE12; }
span { border-color: rgb(198,238,18); }
td.TdClassName
{
border-color: #C6EE12;
}
.TagClassName
{
border-color: #C6EE12;
}
</style>