Shades of Inch Worm #C6E507
Tints of Inch Worm #C6E507
RGB
CMYK
RGB Variations
Color information
#C6E507 (or 0xC6E507) is known color: Inch Worm. HEX triplet: C6, E5 and 07. RGB value is (198,229,7). Sum of RGB (Red+Green+Blue) = 198+229+7=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E507 is #391AF8. Grayscale: #C3C3C3. Windows color (decimal): -3742457 or 517574. OLE color: 517574.
HSL color Cylindrical-coordinate representation of color #C6E507: hue angle of 68.38º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6E507 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.10 |
| HSL | 68.38º | 0.94% | 0.46% | - |
| HSV(B) | 68.38º | 0.97% | 0.9% | - |
| XYZ | 51.35 | 68.06 | 10.63 | - |
| YUV | 194.42 | 22.23 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 7 | 0.14 | 0 | 0.97 | 0.10 | 68.38 | 0.94 | 0.46 |
| Hex | C6 | E5 | 7 | E | 0 | 61 | A | 44 | 5E | 2E |
| Octal | 306 | 345 | 7 | 16 | 0 | 141 | 12 | 104 | 136 | 56 |
| Binary | 11000110 | 11100101 | 111 | 1110 | 0 | 1100001 | 1010 | 1000100 | 1011110 | 101110 |
Color Harmonies of #C6E507
Complementary color
Monochromatic Colors of #C6E507
Black with #C6E507
Text Example
Text Example
White with #C6E507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E507; }
p { color: rgb(198,229,7); }
H1.HeaderClassName
{
color: #C6E507;
}
.AnyTagClassName
{
color: #C6E507;
}
</style>
background-color css
<style>
a { background-color: #C6E507; }
a { background-color: rgb(198,229,7); }
div.DivClassName
{
background-color: #C6E507;
}
.BgClassName
{
background-color: #C6E507;
}
</style>
border-color css
<style>
span { border-color: #C6E507; }
span { border-color: rgb(198,229,7); }
td.TdClassName
{
border-color: #C6E507;
}
.TagClassName
{
border-color: #C6E507;
}
</style>