Shades of Inch Worm #C2F00F
Tints of Inch Worm #C2F00F
RGB
CMYK
RGB Variations
Color information
#C2F00F (or 0xC2F00F) is known color: Inch Worm. HEX triplet: C2, F0 and 0F. RGB value is (194,240,15). Sum of RGB (Red+Green+Blue) = 194+240+15=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F00F is #3D0FF0. Grayscale: #C9C9C9. Windows color (decimal): -4001777 or 1044674. OLE color: 1044674.
HSL color Cylindrical-coordinate representation of color #C2F00F: hue angle of 72.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2F00F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.06 |
| HSL | 72.27º | 0.88% | 0.5% | - |
| HSV(B) | 72.27º | 0.94% | 0.94% | - |
| XYZ | 53.49 | 73.82 | 11.88 | - |
| YUV | 200.6 | 23.26 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 15 | 0.19 | 0 | 0.94 | 0.06 | 72.27 | 0.88 | 0.5 |
| Hex | C2 | F0 | F | 13 | 0 | 5E | 6 | 48 | 58 | 32 |
| Octal | 302 | 360 | 17 | 23 | 0 | 136 | 6 | 110 | 130 | 62 |
| Binary | 11000010 | 11110000 | 1111 | 10011 | 0 | 1011110 | 110 | 1001000 | 1011000 | 110010 |
Color Harmonies of #C2F00F
Complementary color
Monochromatic Colors of #C2F00F
Black with #C2F00F
Text Example
Text Example
White with #C2F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F00F; }
p { color: rgb(194,240,15); }
H1.HeaderClassName
{
color: #C2F00F;
}
.AnyTagClassName
{
color: #C2F00F;
}
</style>
background-color css
<style>
a { background-color: #C2F00F; }
a { background-color: rgb(194,240,15); }
div.DivClassName
{
background-color: #C2F00F;
}
.BgClassName
{
background-color: #C2F00F;
}
</style>
border-color css
<style>
span { border-color: #C2F00F; }
span { border-color: rgb(194,240,15); }
td.TdClassName
{
border-color: #C2F00F;
}
.TagClassName
{
border-color: #C2F00F;
}
</style>