Shades of Inch Worm #C0E70B
Tints of Inch Worm #C0E70B
RGB
CMYK
RGB Variations
Color information
#C0E70B (or 0xC0E70B) is known color: Inch Worm. HEX triplet: C0, E7 and 0B. RGB value is (192,231,11). Sum of RGB (Red+Green+Blue) = 192+231+11=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E70B is #3F18F4. Grayscale: #C3C3C3. Windows color (decimal): -4135157 or 780224. OLE color: 780224.
HSL color Cylindrical-coordinate representation of color #C0E70B: hue angle of 70.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0E70B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.09 |
| HSL | 70.64º | 0.91% | 0.47% | - |
| HSV(B) | 70.64º | 0.95% | 0.91% | - |
| XYZ | 50.37 | 68.38 | 10.86 | - |
| YUV | 194.26 | 24.58 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 11 | 0.17 | 0 | 0.95 | 0.09 | 70.64 | 0.91 | 0.47 |
| Hex | C0 | E7 | B | 11 | 0 | 5F | 9 | 47 | 5B | 2F |
| Octal | 300 | 347 | 13 | 21 | 0 | 137 | 11 | 107 | 133 | 57 |
| Binary | 11000000 | 11100111 | 1011 | 10001 | 0 | 1011111 | 1001 | 1000111 | 1011011 | 101111 |
Color Harmonies of #C0E70B
Complementary color
Monochromatic Colors of #C0E70B
Black with #C0E70B
Text Example
Text Example
White with #C0E70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E70B; }
p { color: rgb(192,231,11); }
H1.HeaderClassName
{
color: #C0E70B;
}
.AnyTagClassName
{
color: #C0E70B;
}
</style>
background-color css
<style>
a { background-color: #C0E70B; }
a { background-color: rgb(192,231,11); }
div.DivClassName
{
background-color: #C0E70B;
}
.BgClassName
{
background-color: #C0E70B;
}
</style>
border-color css
<style>
span { border-color: #C0E70B; }
span { border-color: rgb(192,231,11); }
td.TdClassName
{
border-color: #C0E70B;
}
.TagClassName
{
border-color: #C0E70B;
}
</style>