Shades of Inch Worm #C0F31C
Tints of Inch Worm #C0F31C
RGB
CMYK
RGB Variations
Color information
#C0F31C (or 0xC0F31C) is known color: Inch Worm. HEX triplet: C0, F3 and 1C. RGB value is (192,243,28). Sum of RGB (Red+Green+Blue) = 192+243+28=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F31C is #3F0CE3. Grayscale: #CCCCCC. Windows color (decimal): -4132068 or 1897408. OLE color: 1897408.
HSL color Cylindrical-coordinate representation of color #C0F31C: hue angle of 74.23º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0F31C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 28 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.05 |
| HSL | 74.23º | 0.9% | 0.53% | - |
| HSV(B) | 74.23º | 0.88% | 0.95% | - |
| XYZ | 54 | 75.39 | 12.8 | - |
| YUV | 203.24 | 29.1 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 28 | 0.21 | 0 | 0.88 | 0.05 | 74.23 | 0.9 | 0.53 |
| Hex | C0 | F3 | 1C | 15 | 0 | 58 | 5 | 4A | 5A | 35 |
| Octal | 300 | 363 | 34 | 25 | 0 | 130 | 5 | 112 | 132 | 65 |
| Binary | 11000000 | 11110011 | 11100 | 10101 | 0 | 1011000 | 101 | 1001010 | 1011010 | 110101 |
Color Harmonies of #C0F31C
Complementary color
Monochromatic Colors of #C0F31C
Black with #C0F31C
Text Example
Text Example
White with #C0F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F31C; }
p { color: rgb(192,243,28); }
H1.HeaderClassName
{
color: #C0F31C;
}
.AnyTagClassName
{
color: #C0F31C;
}
</style>
background-color css
<style>
a { background-color: #C0F31C; }
a { background-color: rgb(192,243,28); }
div.DivClassName
{
background-color: #C0F31C;
}
.BgClassName
{
background-color: #C0F31C;
}
</style>
border-color css
<style>
span { border-color: #C0F31C; }
span { border-color: rgb(192,243,28); }
td.TdClassName
{
border-color: #C0F31C;
}
.TagClassName
{
border-color: #C0F31C;
}
</style>