Shades of Inch Worm #C6E416
Tints of Inch Worm #C6E416
RGB
CMYK
RGB Variations
Color information
#C6E416 (or 0xC6E416) is known color: Inch Worm. HEX triplet: C6, E4 and 16. RGB value is (198,228,22). Sum of RGB (Red+Green+Blue) = 198+228+22=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E416 is #391BE9. Grayscale: #C4C4C4. Windows color (decimal): -3742698 or 1500358. OLE color: 1500358.
HSL color Cylindrical-coordinate representation of color #C6E416: hue angle of 68.74º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6E416 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 228 | 22 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.11 |
| HSL | 68.74º | 0.82% | 0.49% | - |
| HSV(B) | 68.74º | 0.9% | 0.89% | - |
| XYZ | 51.18 | 67.55 | 11.1 | - |
| YUV | 195.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 22 | 0.13 | 0 | 0.90 | 0.11 | 68.74 | 0.82 | 0.49 |
| Hex | C6 | E4 | 16 | D | 0 | 5A | B | 45 | 52 | 31 |
| Octal | 306 | 344 | 26 | 15 | 0 | 132 | 13 | 105 | 122 | 61 |
| Binary | 11000110 | 11100100 | 10110 | 1101 | 0 | 1011010 | 1011 | 1000101 | 1010010 | 110001 |
Color Harmonies of #C6E416
Complementary color
Monochromatic Colors of #C6E416
Black with #C6E416
Text Example
Text Example
White with #C6E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E416; }
p { color: rgb(198,228,22); }
H1.HeaderClassName
{
color: #C6E416;
}
.AnyTagClassName
{
color: #C6E416;
}
</style>
background-color css
<style>
a { background-color: #C6E416; }
a { background-color: rgb(198,228,22); }
div.DivClassName
{
background-color: #C6E416;
}
.BgClassName
{
background-color: #C6E416;
}
</style>
border-color css
<style>
span { border-color: #C6E416; }
span { border-color: rgb(198,228,22); }
td.TdClassName
{
border-color: #C6E416;
}
.TagClassName
{
border-color: #C6E416;
}
</style>