Shades of Inch Worm #C6F11C
Tints of Inch Worm #C6F11C
RGB
CMYK
RGB Variations
Color information
#C6F11C (or 0xC6F11C) is known color: Inch Worm. HEX triplet: C6, F1 and 1C. RGB value is (198,241,28). Sum of RGB (Red+Green+Blue) = 198+241+28=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 28 (11.33% from 255 or 6.00% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F11C is #390EE3. Grayscale: #CCCCCC. Windows color (decimal): -3739364 or 1896902. OLE color: 1896902.
HSL color Cylindrical-coordinate representation of color #C6F11C: hue angle of 72.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6F11C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 28 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.05 |
| HSL | 72.11º | 0.88% | 0.53% | - |
| HSV(B) | 72.11º | 0.88% | 0.95% | - |
| XYZ | 54.95 | 75 | 12.68 | - |
| YUV | 203.86 | 28.75 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 28 | 0.18 | 0 | 0.88 | 0.05 | 72.11 | 0.88 | 0.53 |
| Hex | C6 | F1 | 1C | 12 | 0 | 58 | 5 | 48 | 58 | 35 |
| Octal | 306 | 361 | 34 | 22 | 0 | 130 | 5 | 110 | 130 | 65 |
| Binary | 11000110 | 11110001 | 11100 | 10010 | 0 | 1011000 | 101 | 1001000 | 1011000 | 110101 |
Color Harmonies of #C6F11C
Complementary color
Monochromatic Colors of #C6F11C
Black with #C6F11C
Text Example
Text Example
White with #C6F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F11C; }
p { color: rgb(198,241,28); }
H1.HeaderClassName
{
color: #C6F11C;
}
.AnyTagClassName
{
color: #C6F11C;
}
</style>
background-color css
<style>
a { background-color: #C6F11C; }
a { background-color: rgb(198,241,28); }
div.DivClassName
{
background-color: #C6F11C;
}
.BgClassName
{
background-color: #C6F11C;
}
</style>
border-color css
<style>
span { border-color: #C6F11C; }
span { border-color: rgb(198,241,28); }
td.TdClassName
{
border-color: #C6F11C;
}
.TagClassName
{
border-color: #C6F11C;
}
</style>