Shades of Inch Worm #C0E00B
Tints of Inch Worm #C0E00B
RGB
CMYK
RGB Variations
Color information
#C0E00B (or 0xC0E00B) is known color: Inch Worm. HEX triplet: C0, E0 and 0B. RGB value is (192,224,11). Sum of RGB (Red+Green+Blue) = 192+224+11=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E00B is #3F1FF4. Grayscale: #BEBEBE. Windows color (decimal): -4136949 or 778432. OLE color: 778432.
HSL color Cylindrical-coordinate representation of color #C0E00B: hue angle of 69.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0E00B is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 11 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.12 |
| HSL | 69.01º | 0.91% | 0.46% | - |
| HSV(B) | 69.01º | 0.95% | 0.88% | - |
| XYZ | 48.45 | 64.54 | 10.22 | - |
| YUV | 190.15 | 26.9 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 11 | 0.14 | 0 | 0.95 | 0.12 | 69.01 | 0.91 | 0.46 |
| Hex | C0 | E0 | B | E | 0 | 5F | C | 45 | 5B | 2E |
| Octal | 300 | 340 | 13 | 16 | 0 | 137 | 14 | 105 | 133 | 56 |
| Binary | 11000000 | 11100000 | 1011 | 1110 | 0 | 1011111 | 1100 | 1000101 | 1011011 | 101110 |
Color Harmonies of #C0E00B
Complementary color
Monochromatic Colors of #C0E00B
Black with #C0E00B
Text Example
Text Example
White with #C0E00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E00B; }
p { color: rgb(192,224,11); }
H1.HeaderClassName
{
color: #C0E00B;
}
.AnyTagClassName
{
color: #C0E00B;
}
</style>
background-color css
<style>
a { background-color: #C0E00B; }
a { background-color: rgb(192,224,11); }
div.DivClassName
{
background-color: #C0E00B;
}
.BgClassName
{
background-color: #C0E00B;
}
</style>
border-color css
<style>
span { border-color: #C0E00B; }
span { border-color: rgb(192,224,11); }
td.TdClassName
{
border-color: #C0E00B;
}
.TagClassName
{
border-color: #C0E00B;
}
</style>