Shades of Inch Worm #C0F01B
Tints of Inch Worm #C0F01B
RGB
CMYK
RGB Variations
Color information
#C0F01B (or 0xC0F01B) is known color: Inch Worm. HEX triplet: C0, F0 and 1B. RGB value is (192,240,27). Sum of RGB (Red+Green+Blue) = 192+240+27=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 27 (10.94% from 255 or 5.88% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F01B is #3F0FE4. Grayscale: #CACACA. Windows color (decimal): -4132837 or 1831104. OLE color: 1831104.
HSL color Cylindrical-coordinate representation of color #C0F01B: hue angle of 73.52º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0F01B is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 27 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.06 |
| HSL | 73.52º | 0.88% | 0.52% | - |
| HSV(B) | 73.52º | 0.89% | 0.94% | - |
| XYZ | 53.1 | 73.61 | 12.45 | - |
| YUV | 201.37 | 29.6 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 27 | 0.20 | 0 | 0.89 | 0.06 | 73.52 | 0.88 | 0.52 |
| Hex | C0 | F0 | 1B | 14 | 0 | 59 | 6 | 4A | 58 | 34 |
| Octal | 300 | 360 | 33 | 24 | 0 | 131 | 6 | 112 | 130 | 64 |
| Binary | 11000000 | 11110000 | 11011 | 10100 | 0 | 1011001 | 110 | 1001010 | 1011000 | 110100 |
Color Harmonies of #C0F01B
Complementary color
Monochromatic Colors of #C0F01B
Black with #C0F01B
Text Example
Text Example
White with #C0F01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F01B; }
p { color: rgb(192,240,27); }
H1.HeaderClassName
{
color: #C0F01B;
}
.AnyTagClassName
{
color: #C0F01B;
}
</style>
background-color css
<style>
a { background-color: #C0F01B; }
a { background-color: rgb(192,240,27); }
div.DivClassName
{
background-color: #C0F01B;
}
.BgClassName
{
background-color: #C0F01B;
}
</style>
border-color css
<style>
span { border-color: #C0F01B; }
span { border-color: rgb(192,240,27); }
td.TdClassName
{
border-color: #C0F01B;
}
.TagClassName
{
border-color: #C0F01B;
}
</style>