Shades of Inch Worm #C2F719
Tints of Inch Worm #C2F719
RGB
CMYK
RGB Variations
Color information
#C2F719 (or 0xC2F719) is known color: Inch Worm. HEX triplet: C2, F7 and 19. RGB value is (194,247,25). Sum of RGB (Red+Green+Blue) = 194+247+25=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F719 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F719 is #3D08E6. Grayscale: #CECECE. Windows color (decimal): -3999975 or 1701826. OLE color: 1701826.
HSL color Cylindrical-coordinate representation of color #C2F719: hue angle of 74.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2F719 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 25 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.03 |
| HSL | 74.32º | 0.93% | 0.53% | - |
| HSV(B) | 74.32º | 0.9% | 0.97% | - |
| XYZ | 55.68 | 78.06 | 13.05 | - |
| YUV | 205.85 | 25.94 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 25 | 0.21 | 0 | 0.90 | 0.03 | 74.32 | 0.93 | 0.53 |
| Hex | C2 | F7 | 19 | 15 | 0 | 5A | 3 | 4A | 5D | 35 |
| Octal | 302 | 367 | 31 | 25 | 0 | 132 | 3 | 112 | 135 | 65 |
| Binary | 11000010 | 11110111 | 11001 | 10101 | 0 | 1011010 | 11 | 1001010 | 1011101 | 110101 |
Color Harmonies of #C2F719
Complementary color
Monochromatic Colors of #C2F719
Black with #C2F719
Text Example
Text Example
White with #C2F719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F719; }
p { color: rgb(194,247,25); }
H1.HeaderClassName
{
color: #C2F719;
}
.AnyTagClassName
{
color: #C2F719;
}
</style>
background-color css
<style>
a { background-color: #C2F719; }
a { background-color: rgb(194,247,25); }
div.DivClassName
{
background-color: #C2F719;
}
.BgClassName
{
background-color: #C2F719;
}
</style>
border-color css
<style>
span { border-color: #C2F719; }
span { border-color: rgb(194,247,25); }
td.TdClassName
{
border-color: #C2F719;
}
.TagClassName
{
border-color: #C2F719;
}
</style>