Shades of Inch Worm #C7E70B
Tints of Inch Worm #C7E70B
RGB
CMYK
RGB Variations
Color information
#C7E70B (or 0xC7E70B) is known color: Inch Worm. HEX triplet: C7, E7 and 0B. RGB value is (199,231,11). Sum of RGB (Red+Green+Blue) = 199+231+11=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E70B is #3818F4. Grayscale: #C5C5C5. Windows color (decimal): -3676405 or 780231. OLE color: 780231.
HSL color Cylindrical-coordinate representation of color #C7E70B: hue angle of 68.73º 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 #C7E70B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 11 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.09 |
| HSL | 68.73º | 0.91% | 0.47% | - |
| HSV(B) | 68.73º | 0.95% | 0.91% | - |
| XYZ | 52.19 | 69.32 | 10.95 | - |
| YUV | 196.35 | 23.4 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 11 | 0.14 | 0 | 0.95 | 0.09 | 68.73 | 0.91 | 0.47 |
| Hex | C7 | E7 | B | E | 0 | 5F | 9 | 45 | 5B | 2F |
| Octal | 307 | 347 | 13 | 16 | 0 | 137 | 11 | 105 | 133 | 57 |
| Binary | 11000111 | 11100111 | 1011 | 1110 | 0 | 1011111 | 1001 | 1000101 | 1011011 | 101111 |
Color Harmonies of #C7E70B
Complementary color
Monochromatic Colors of #C7E70B
Black with #C7E70B
Text Example
Text Example
White with #C7E70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E70B; }
p { color: rgb(199,231,11); }
H1.HeaderClassName
{
color: #C7E70B;
}
.AnyTagClassName
{
color: #C7E70B;
}
</style>
background-color css
<style>
a { background-color: #C7E70B; }
a { background-color: rgb(199,231,11); }
div.DivClassName
{
background-color: #C7E70B;
}
.BgClassName
{
background-color: #C7E70B;
}
</style>
border-color css
<style>
span { border-color: #C7E70B; }
span { border-color: rgb(199,231,11); }
td.TdClassName
{
border-color: #C7E70B;
}
.TagClassName
{
border-color: #C7E70B;
}
</style>