Shades of Inch Worm #C4E70C
Tints of Inch Worm #C4E70C
RGB
CMYK
RGB Variations
Color information
#C4E70C (or 0xC4E70C) is known color: Inch Worm. HEX triplet: C4, E7 and 0C. RGB value is (196,231,12). Sum of RGB (Red+Green+Blue) = 196+231+12=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E70C is #3B18F3. Grayscale: #C4C4C4. Windows color (decimal): -3873012 or 845764. OLE color: 845764.
HSL color Cylindrical-coordinate representation of color #C4E70C: hue angle of 69.59º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4E70C is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 231 | 12 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.09 |
| HSL | 69.59º | 0.9% | 0.48% | - |
| HSV(B) | 69.59º | 0.95% | 0.91% | - |
| XYZ | 51.41 | 68.91 | 10.94 | - |
| YUV | 195.57 | 24.4 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 231 | 12 | 0.15 | 0 | 0.95 | 0.09 | 69.59 | 0.9 | 0.48 |
| Hex | C4 | E7 | C | F | 0 | 5F | 9 | 46 | 5A | 30 |
| Octal | 304 | 347 | 14 | 17 | 0 | 137 | 11 | 106 | 132 | 60 |
| Binary | 11000100 | 11100111 | 1100 | 1111 | 0 | 1011111 | 1001 | 1000110 | 1011010 | 110000 |
Color Harmonies of #C4E70C
Complementary color
Monochromatic Colors of #C4E70C
Black with #C4E70C
Text Example
Text Example
White with #C4E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E70C; }
p { color: rgb(196,231,12); }
H1.HeaderClassName
{
color: #C4E70C;
}
.AnyTagClassName
{
color: #C4E70C;
}
</style>
background-color css
<style>
a { background-color: #C4E70C; }
a { background-color: rgb(196,231,12); }
div.DivClassName
{
background-color: #C4E70C;
}
.BgClassName
{
background-color: #C4E70C;
}
</style>
border-color css
<style>
span { border-color: #C4E70C; }
span { border-color: rgb(196,231,12); }
td.TdClassName
{
border-color: #C4E70C;
}
.TagClassName
{
border-color: #C4E70C;
}
</style>