Shades of Inch Worm #C8E30C
Tints of Inch Worm #C8E30C
RGB
CMYK
RGB Variations
Color information
#C8E30C (or 0xC8E30C) is known color: Inch Worm. HEX triplet: C8, E3 and 0C. RGB value is (200,227,12). Sum of RGB (Red+Green+Blue) = 200+227+12=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E30C is #371CF3. Grayscale: #C3C3C3. Windows color (decimal): -3611892 or 844744. OLE color: 844744.
HSL color Cylindrical-coordinate representation of color #C8E30C: hue angle of 67.53º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8E30C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.11 |
| HSL | 67.53º | 0.9% | 0.47% | - |
| HSV(B) | 67.53º | 0.95% | 0.89% | - |
| XYZ | 51.35 | 67.24 | 10.62 | - |
| YUV | 194.42 | 25.05 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 12 | 0.12 | 0 | 0.95 | 0.11 | 67.53 | 0.9 | 0.47 |
| Hex | C8 | E3 | C | C | 0 | 5F | B | 44 | 5A | 2F |
| Octal | 310 | 343 | 14 | 14 | 0 | 137 | 13 | 104 | 132 | 57 |
| Binary | 11001000 | 11100011 | 1100 | 1100 | 0 | 1011111 | 1011 | 1000100 | 1011010 | 101111 |
Color Harmonies of #C8E30C
Complementary color
Monochromatic Colors of #C8E30C
Black with #C8E30C
Text Example
Text Example
White with #C8E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E30C; }
p { color: rgb(200,227,12); }
H1.HeaderClassName
{
color: #C8E30C;
}
.AnyTagClassName
{
color: #C8E30C;
}
</style>
background-color css
<style>
a { background-color: #C8E30C; }
a { background-color: rgb(200,227,12); }
div.DivClassName
{
background-color: #C8E30C;
}
.BgClassName
{
background-color: #C8E30C;
}
</style>
border-color css
<style>
span { border-color: #C8E30C; }
span { border-color: rgb(200,227,12); }
td.TdClassName
{
border-color: #C8E30C;
}
.TagClassName
{
border-color: #C8E30C;
}
</style>