Shades of Inch Worm #C0E01B
Tints of Inch Worm #C0E01B
RGB
CMYK
RGB Variations
Color information
#C0E01B (or 0xC0E01B) is known color: Inch Worm. HEX triplet: C0, E0 and 1B. RGB value is (192,224,27). Sum of RGB (Red+Green+Blue) = 192+224+27=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E01B is #3F1FE4. Grayscale: #C0C0C0. Windows color (decimal): -4136933 or 1827008. OLE color: 1827008.
HSL color Cylindrical-coordinate representation of color #C0E01B: hue angle of 69.75º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0E01B is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 27 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.12 |
| HSL | 69.75º | 0.78% | 0.49% | - |
| HSV(B) | 69.75º | 0.88% | 0.88% | - |
| XYZ | 48.59 | 64.6 | 10.94 | - |
| YUV | 191.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 27 | 0.14 | 0 | 0.88 | 0.12 | 69.75 | 0.78 | 0.49 |
| Hex | C0 | E0 | 1B | E | 0 | 58 | C | 46 | 4E | 31 |
| Octal | 300 | 340 | 33 | 16 | 0 | 130 | 14 | 106 | 116 | 61 |
| Binary | 11000000 | 11100000 | 11011 | 1110 | 0 | 1011000 | 1100 | 1000110 | 1001110 | 110001 |
Color Harmonies of #C0E01B
Complementary color
Monochromatic Colors of #C0E01B
Black with #C0E01B
Text Example
Text Example
White with #C0E01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E01B; }
p { color: rgb(192,224,27); }
H1.HeaderClassName
{
color: #C0E01B;
}
.AnyTagClassName
{
color: #C0E01B;
}
</style>
background-color css
<style>
a { background-color: #C0E01B; }
a { background-color: rgb(192,224,27); }
div.DivClassName
{
background-color: #C0E01B;
}
.BgClassName
{
background-color: #C0E01B;
}
</style>
border-color css
<style>
span { border-color: #C0E01B; }
span { border-color: rgb(192,224,27); }
td.TdClassName
{
border-color: #C0E01B;
}
.TagClassName
{
border-color: #C0E01B;
}
</style>