Shades of Inch Worm #C2F71A
Tints of Inch Worm #C2F71A
RGB
CMYK
RGB Variations
Color information
#C2F71A (or 0xC2F71A) is known color: Inch Worm. HEX triplet: C2, F7 and 1A. RGB value is (194,247,26). Sum of RGB (Red+Green+Blue) = 194+247+26=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F71A is #3D08E5. Grayscale: #CECECE. Windows color (decimal): -3999974 or 1767362. OLE color: 1767362.
HSL color Cylindrical-coordinate representation of color #C2F71A: hue angle of 74.39º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2F71A is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 26 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.03 |
| HSL | 74.39º | 0.93% | 0.54% | - |
| HSV(B) | 74.39º | 0.89% | 0.97% | - |
| XYZ | 55.7 | 78.07 | 13.11 | - |
| YUV | 205.96 | 26.44 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 26 | 0.21 | 0 | 0.89 | 0.03 | 74.39 | 0.93 | 0.54 |
| Hex | C2 | F7 | 1A | 15 | 0 | 59 | 3 | 4A | 5D | 36 |
| Octal | 302 | 367 | 32 | 25 | 0 | 131 | 3 | 112 | 135 | 66 |
| Binary | 11000010 | 11110111 | 11010 | 10101 | 0 | 1011001 | 11 | 1001010 | 1011101 | 110110 |
Color Harmonies of #C2F71A
Complementary color
Monochromatic Colors of #C2F71A
Black with #C2F71A
Text Example
Text Example
White with #C2F71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F71A; }
p { color: rgb(194,247,26); }
H1.HeaderClassName
{
color: #C2F71A;
}
.AnyTagClassName
{
color: #C2F71A;
}
</style>
background-color css
<style>
a { background-color: #C2F71A; }
a { background-color: rgb(194,247,26); }
div.DivClassName
{
background-color: #C2F71A;
}
.BgClassName
{
background-color: #C2F71A;
}
</style>
border-color css
<style>
span { border-color: #C2F71A; }
span { border-color: rgb(194,247,26); }
td.TdClassName
{
border-color: #C2F71A;
}
.TagClassName
{
border-color: #C2F71A;
}
</style>