Shades of Inch Worm #C1F31A
Tints of Inch Worm #C1F31A
RGB
CMYK
RGB Variations
Color information
#C1F31A (or 0xC1F31A) is known color: Inch Worm. HEX triplet: C1, F3 and 1A. RGB value is (193,243,26). Sum of RGB (Red+Green+Blue) = 193+243+26=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F31A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F31A is #3E0CE5. Grayscale: #CCCCCC. Windows color (decimal): -4066534 or 1766337. OLE color: 1766337.
HSL color Cylindrical-coordinate representation of color #C1F31A: hue angle of 73.82º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1F31A is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 26 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.05 |
| HSL | 73.82º | 0.9% | 0.53% | - |
| HSV(B) | 73.82º | 0.89% | 0.95% | - |
| XYZ | 54.23 | 75.51 | 12.69 | - |
| YUV | 203.31 | 27.94 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 26 | 0.21 | 0 | 0.89 | 0.05 | 73.82 | 0.9 | 0.53 |
| Hex | C1 | F3 | 1A | 15 | 0 | 59 | 5 | 4A | 5A | 35 |
| Octal | 301 | 363 | 32 | 25 | 0 | 131 | 5 | 112 | 132 | 65 |
| Binary | 11000001 | 11110011 | 11010 | 10101 | 0 | 1011001 | 101 | 1001010 | 1011010 | 110101 |
Color Harmonies of #C1F31A
Complementary color
Monochromatic Colors of #C1F31A
Black with #C1F31A
Text Example
Text Example
White with #C1F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F31A; }
p { color: rgb(193,243,26); }
H1.HeaderClassName
{
color: #C1F31A;
}
.AnyTagClassName
{
color: #C1F31A;
}
</style>
background-color css
<style>
a { background-color: #C1F31A; }
a { background-color: rgb(193,243,26); }
div.DivClassName
{
background-color: #C1F31A;
}
.BgClassName
{
background-color: #C1F31A;
}
</style>
border-color css
<style>
span { border-color: #C1F31A; }
span { border-color: rgb(193,243,26); }
td.TdClassName
{
border-color: #C1F31A;
}
.TagClassName
{
border-color: #C1F31A;
}
</style>