Shades of Inch Worm #C0F31F
Tints of Inch Worm #C0F31F
RGB
CMYK
RGB Variations
Color information
#C0F31F (or 0xC0F31F) is known color: Inch Worm. HEX triplet: C0, F3 and 1F. RGB value is (192,243,31). Sum of RGB (Red+Green+Blue) = 192+243+31=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F31F is #3F0CE0. Grayscale: #CCCCCC. Windows color (decimal): -4132065 or 2094016. OLE color: 2094016.
HSL color Cylindrical-coordinate representation of color #C0F31F: hue angle of 74.43º 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 #C0F31F is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 31 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.05 |
| HSL | 74.43º | 0.9% | 0.54% | - |
| HSV(B) | 74.43º | 0.87% | 0.95% | - |
| XYZ | 54.04 | 75.41 | 13 | - |
| YUV | 203.58 | 30.6 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 31 | 0.21 | 0 | 0.87 | 0.05 | 74.43 | 0.9 | 0.54 |
| Hex | C0 | F3 | 1F | 15 | 0 | 57 | 5 | 4A | 5A | 36 |
| Octal | 300 | 363 | 37 | 25 | 0 | 127 | 5 | 112 | 132 | 66 |
| Binary | 11000000 | 11110011 | 11111 | 10101 | 0 | 1010111 | 101 | 1001010 | 1011010 | 110110 |
Color Harmonies of #C0F31F
Complementary color
Monochromatic Colors of #C0F31F
Black with #C0F31F
Text Example
Text Example
White with #C0F31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F31F; }
p { color: rgb(192,243,31); }
H1.HeaderClassName
{
color: #C0F31F;
}
.AnyTagClassName
{
color: #C0F31F;
}
</style>
background-color css
<style>
a { background-color: #C0F31F; }
a { background-color: rgb(192,243,31); }
div.DivClassName
{
background-color: #C0F31F;
}
.BgClassName
{
background-color: #C0F31F;
}
</style>
border-color css
<style>
span { border-color: #C0F31F; }
span { border-color: rgb(192,243,31); }
td.TdClassName
{
border-color: #C0F31F;
}
.TagClassName
{
border-color: #C0F31F;
}
</style>