Shades of Inch Worm #C0F31B
Tints of Inch Worm #C0F31B
RGB
CMYK
RGB Variations
Color information
#C0F31B (or 0xC0F31B) is known color: Inch Worm. HEX triplet: C0, F3 and 1B. RGB value is (192,243,27). Sum of RGB (Red+Green+Blue) = 192+243+27=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F31B is #3F0CE4. Grayscale: #CBCBCB. Windows color (decimal): -4132069 or 1831872. OLE color: 1831872.
HSL color Cylindrical-coordinate representation of color #C0F31B: hue angle of 74.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0F31B is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 27 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.05 |
| HSL | 74.17º | 0.9% | 0.53% | - |
| HSV(B) | 74.17º | 0.89% | 0.95% | - |
| XYZ | 53.99 | 75.39 | 12.74 | - |
| YUV | 203.13 | 28.6 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 27 | 0.21 | 0 | 0.89 | 0.05 | 74.17 | 0.9 | 0.53 |
| Hex | C0 | F3 | 1B | 15 | 0 | 59 | 5 | 4A | 5A | 35 |
| Octal | 300 | 363 | 33 | 25 | 0 | 131 | 5 | 112 | 132 | 65 |
| Binary | 11000000 | 11110011 | 11011 | 10101 | 0 | 1011001 | 101 | 1001010 | 1011010 | 110101 |
Color Harmonies of #C0F31B
Complementary color
Monochromatic Colors of #C0F31B
Black with #C0F31B
Text Example
Text Example
White with #C0F31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F31B; }
p { color: rgb(192,243,27); }
H1.HeaderClassName
{
color: #C0F31B;
}
.AnyTagClassName
{
color: #C0F31B;
}
</style>
background-color css
<style>
a { background-color: #C0F31B; }
a { background-color: rgb(192,243,27); }
div.DivClassName
{
background-color: #C0F31B;
}
.BgClassName
{
background-color: #C0F31B;
}
</style>
border-color css
<style>
span { border-color: #C0F31B; }
span { border-color: rgb(192,243,27); }
td.TdClassName
{
border-color: #C0F31B;
}
.TagClassName
{
border-color: #C0F31B;
}
</style>