Shades of Inch Worm #C4E705
Tints of Inch Worm #C4E705
RGB
CMYK
RGB Variations
Color information
#C4E705 (or 0xC4E705) is known color: Inch Worm. HEX triplet: C4, E7 and 05. RGB value is (196,231,5). Sum of RGB (Red+Green+Blue) = 196+231+5=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 231 (90.62% from 255 or 53.47% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E705 is #3B18FA. Grayscale: #C3C3C3. Windows color (decimal): -3873019 or 387012. OLE color: 387012.
HSL color Cylindrical-coordinate representation of color #C4E705: hue angle of 69.29º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4E705 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 231 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.09 |
| HSL | 69.29º | 0.96% | 0.46% | - |
| HSV(B) | 69.29º | 0.98% | 0.91% | - |
| XYZ | 51.37 | 68.9 | 10.73 | - |
| YUV | 194.77 | 20.9 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 231 | 5 | 0.15 | 0 | 0.98 | 0.09 | 69.29 | 0.96 | 0.46 |
| Hex | C4 | E7 | 5 | F | 0 | 62 | 9 | 45 | 60 | 2E |
| Octal | 304 | 347 | 5 | 17 | 0 | 142 | 11 | 105 | 140 | 56 |
| Binary | 11000100 | 11100111 | 101 | 1111 | 0 | 1100010 | 1001 | 1000101 | 1100000 | 101110 |
Color Harmonies of #C4E705
Complementary color
Monochromatic Colors of #C4E705
Black with #C4E705
Text Example
Text Example
White with #C4E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E705; }
p { color: rgb(196,231,5); }
H1.HeaderClassName
{
color: #C4E705;
}
.AnyTagClassName
{
color: #C4E705;
}
</style>
background-color css
<style>
a { background-color: #C4E705; }
a { background-color: rgb(196,231,5); }
div.DivClassName
{
background-color: #C4E705;
}
.BgClassName
{
background-color: #C4E705;
}
</style>
border-color css
<style>
span { border-color: #C4E705; }
span { border-color: rgb(196,231,5); }
td.TdClassName
{
border-color: #C4E705;
}
.TagClassName
{
border-color: #C4E705;
}
</style>