Shades of Inch Worm #C0F01D
Tints of Inch Worm #C0F01D
RGB
CMYK
RGB Variations
Color information
#C0F01D (or 0xC0F01D) is known color: Inch Worm. HEX triplet: C0, F0 and 1D. RGB value is (192,240,29). Sum of RGB (Red+Green+Blue) = 192+240+29=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F01D is #3F0FE2. Grayscale: #CACACA. Windows color (decimal): -4132835 or 1962176. OLE color: 1962176.
HSL color Cylindrical-coordinate representation of color #C0F01D: hue angle of 73.65º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0F01D is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 29 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.06 |
| HSL | 73.65º | 0.88% | 0.53% | - |
| HSV(B) | 73.65º | 0.88% | 0.94% | - |
| XYZ | 53.12 | 73.62 | 12.57 | - |
| YUV | 201.59 | 30.6 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 29 | 0.20 | 0 | 0.88 | 0.06 | 73.65 | 0.88 | 0.53 |
| Hex | C0 | F0 | 1D | 14 | 0 | 58 | 6 | 4A | 58 | 35 |
| Octal | 300 | 360 | 35 | 24 | 0 | 130 | 6 | 112 | 130 | 65 |
| Binary | 11000000 | 11110000 | 11101 | 10100 | 0 | 1011000 | 110 | 1001010 | 1011000 | 110101 |
Color Harmonies of #C0F01D
Complementary color
Monochromatic Colors of #C0F01D
Black with #C0F01D
Text Example
Text Example
White with #C0F01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F01D; }
p { color: rgb(192,240,29); }
H1.HeaderClassName
{
color: #C0F01D;
}
.AnyTagClassName
{
color: #C0F01D;
}
</style>
background-color css
<style>
a { background-color: #C0F01D; }
a { background-color: rgb(192,240,29); }
div.DivClassName
{
background-color: #C0F01D;
}
.BgClassName
{
background-color: #C0F01D;
}
</style>
border-color css
<style>
span { border-color: #C0F01D; }
span { border-color: rgb(192,240,29); }
td.TdClassName
{
border-color: #C0F01D;
}
.TagClassName
{
border-color: #C0F01D;
}
</style>