Shades of Inch Worm #C3F61D
Tints of Inch Worm #C3F61D
RGB
CMYK
RGB Variations
Color information
#C3F61D (or 0xC3F61D) is known color: Inch Worm. HEX triplet: C3, F6 and 1D. RGB value is (195,246,29). Sum of RGB (Red+Green+Blue) = 195+246+29=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F61D is #3C09E2. Grayscale: #CECECE. Windows color (decimal): -3934691 or 1963715. OLE color: 1963715.
HSL color Cylindrical-coordinate representation of color #C3F61D: hue angle of 74.1º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3F61D is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 29 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.04 |
| HSL | 74.1º | 0.92% | 0.54% | - |
| HSV(B) | 74.1º | 0.88% | 0.96% | - |
| XYZ | 55.68 | 77.6 | 13.21 | - |
| YUV | 206.01 | 28.1 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 29 | 0.21 | 0 | 0.88 | 0.04 | 74.1 | 0.92 | 0.54 |
| Hex | C3 | F6 | 1D | 15 | 0 | 58 | 4 | 4A | 5C | 36 |
| Octal | 303 | 366 | 35 | 25 | 0 | 130 | 4 | 112 | 134 | 66 |
| Binary | 11000011 | 11110110 | 11101 | 10101 | 0 | 1011000 | 100 | 1001010 | 1011100 | 110110 |
Color Harmonies of #C3F61D
Complementary color
Monochromatic Colors of #C3F61D
Black with #C3F61D
Text Example
Text Example
White with #C3F61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F61D; }
p { color: rgb(195,246,29); }
H1.HeaderClassName
{
color: #C3F61D;
}
.AnyTagClassName
{
color: #C3F61D;
}
</style>
background-color css
<style>
a { background-color: #C3F61D; }
a { background-color: rgb(195,246,29); }
div.DivClassName
{
background-color: #C3F61D;
}
.BgClassName
{
background-color: #C3F61D;
}
</style>
border-color css
<style>
span { border-color: #C3F61D; }
span { border-color: rgb(195,246,29); }
td.TdClassName
{
border-color: #C3F61D;
}
.TagClassName
{
border-color: #C3F61D;
}
</style>