Shades of Inch Worm #C3F01C
Tints of Inch Worm #C3F01C
RGB
CMYK
RGB Variations
Color information
#C3F01C (or 0xC3F01C) is known color: Inch Worm. HEX triplet: C3, F0 and 1C. RGB value is (195,240,28). Sum of RGB (Red+Green+Blue) = 195+240+28=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F01C is #3C0FE3. Grayscale: #CBCBCB. Windows color (decimal): -3936228 or 1896643. OLE color: 1896643.
HSL color Cylindrical-coordinate representation of color #C3F01C: hue angle of 72.74º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3F01C is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 28 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.06 |
| HSL | 72.74º | 0.88% | 0.53% | - |
| HSV(B) | 72.74º | 0.88% | 0.94% | - |
| XYZ | 53.88 | 74.01 | 12.54 | - |
| YUV | 202.38 | 29.59 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 28 | 0.19 | 0 | 0.88 | 0.06 | 72.74 | 0.88 | 0.53 |
| Hex | C3 | F0 | 1C | 13 | 0 | 58 | 6 | 49 | 58 | 35 |
| Octal | 303 | 360 | 34 | 23 | 0 | 130 | 6 | 111 | 130 | 65 |
| Binary | 11000011 | 11110000 | 11100 | 10011 | 0 | 1011000 | 110 | 1001001 | 1011000 | 110101 |
Color Harmonies of #C3F01C
Complementary color
Monochromatic Colors of #C3F01C
Black with #C3F01C
Text Example
Text Example
White with #C3F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F01C; }
p { color: rgb(195,240,28); }
H1.HeaderClassName
{
color: #C3F01C;
}
.AnyTagClassName
{
color: #C3F01C;
}
</style>
background-color css
<style>
a { background-color: #C3F01C; }
a { background-color: rgb(195,240,28); }
div.DivClassName
{
background-color: #C3F01C;
}
.BgClassName
{
background-color: #C3F01C;
}
</style>
border-color css
<style>
span { border-color: #C3F01C; }
span { border-color: rgb(195,240,28); }
td.TdClassName
{
border-color: #C3F01C;
}
.TagClassName
{
border-color: #C3F01C;
}
</style>