Shades of Inch Worm #C0F71D
Tints of Inch Worm #C0F71D
RGB
CMYK
RGB Variations
Color information
#C0F71D (or 0xC0F71D) is known color: Inch Worm. HEX triplet: C0, F7 and 1D. RGB value is (192,247,29). Sum of RGB (Red+Green+Blue) = 192+247+29=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F71D is #3F08E2. Grayscale: #CECECE. Windows color (decimal): -4131043 or 1963968. OLE color: 1963968.
HSL color Cylindrical-coordinate representation of color #C0F71D: hue angle of 75.14º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0F71D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 29 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.03 |
| HSL | 75.14º | 0.93% | 0.54% | - |
| HSV(B) | 75.14º | 0.88% | 0.97% | - |
| XYZ | 55.22 | 77.82 | 13.27 | - |
| YUV | 205.7 | 28.28 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 29 | 0.22 | 0 | 0.88 | 0.03 | 75.14 | 0.93 | 0.54 |
| Hex | C0 | F7 | 1D | 16 | 0 | 58 | 3 | 4B | 5D | 36 |
| Octal | 300 | 367 | 35 | 26 | 0 | 130 | 3 | 113 | 135 | 66 |
| Binary | 11000000 | 11110111 | 11101 | 10110 | 0 | 1011000 | 11 | 1001011 | 1011101 | 110110 |
Color Harmonies of #C0F71D
Complementary color
Monochromatic Colors of #C0F71D
Black with #C0F71D
Text Example
Text Example
White with #C0F71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F71D; }
p { color: rgb(192,247,29); }
H1.HeaderClassName
{
color: #C0F71D;
}
.AnyTagClassName
{
color: #C0F71D;
}
</style>
background-color css
<style>
a { background-color: #C0F71D; }
a { background-color: rgb(192,247,29); }
div.DivClassName
{
background-color: #C0F71D;
}
.BgClassName
{
background-color: #C0F71D;
}
</style>
border-color css
<style>
span { border-color: #C0F71D; }
span { border-color: rgb(192,247,29); }
td.TdClassName
{
border-color: #C0F71D;
}
.TagClassName
{
border-color: #C0F71D;
}
</style>