Shades of Inch Worm #C2F31F
Tints of Inch Worm #C2F31F
RGB
CMYK
RGB Variations
Color information
#C2F31F (or 0xC2F31F) is known color: Inch Worm. HEX triplet: C2, F3 and 1F. RGB value is (194,243,31). Sum of RGB (Red+Green+Blue) = 194+243+31=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F31F is #3D0CE0. Grayscale: #CCCCCC. Windows color (decimal): -4000993 or 2094018. OLE color: 2094018.
HSL color Cylindrical-coordinate representation of color #C2F31F: hue angle of 73.87º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2F31F is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 31 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.05 |
| HSL | 73.87º | 0.9% | 0.54% | - |
| HSV(B) | 73.87º | 0.87% | 0.95% | - |
| XYZ | 54.55 | 75.67 | 13.03 | - |
| YUV | 204.18 | 30.27 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 31 | 0.20 | 0 | 0.87 | 0.05 | 73.87 | 0.9 | 0.54 |
| Hex | C2 | F3 | 1F | 14 | 0 | 57 | 5 | 4A | 5A | 36 |
| Octal | 302 | 363 | 37 | 24 | 0 | 127 | 5 | 112 | 132 | 66 |
| Binary | 11000010 | 11110011 | 11111 | 10100 | 0 | 1010111 | 101 | 1001010 | 1011010 | 110110 |
Color Harmonies of #C2F31F
Complementary color
Monochromatic Colors of #C2F31F
Black with #C2F31F
Text Example
Text Example
White with #C2F31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F31F; }
p { color: rgb(194,243,31); }
H1.HeaderClassName
{
color: #C2F31F;
}
.AnyTagClassName
{
color: #C2F31F;
}
</style>
background-color css
<style>
a { background-color: #C2F31F; }
a { background-color: rgb(194,243,31); }
div.DivClassName
{
background-color: #C2F31F;
}
.BgClassName
{
background-color: #C2F31F;
}
</style>
border-color css
<style>
span { border-color: #C2F31F; }
span { border-color: rgb(194,243,31); }
td.TdClassName
{
border-color: #C2F31F;
}
.TagClassName
{
border-color: #C2F31F;
}
</style>