Shades of Inch Worm #C8EA12
Tints of Inch Worm #C8EA12
RGB
CMYK
RGB Variations
Color information
#C8EA12 (or 0xC8EA12) is known color: Inch Worm. HEX triplet: C8, EA and 12. RGB value is (200,234,18). Sum of RGB (Red+Green+Blue) = 200+234+18=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EA12 is #3715ED. Grayscale: #C8C8C8. Windows color (decimal): -3610094 or 1239752. OLE color: 1239752.
HSL color Cylindrical-coordinate representation of color #C8EA12: hue angle of 69.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8EA12 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 18 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.08 |
| HSL | 69.44º | 0.86% | 0.49% | - |
| HSV(B) | 69.44º | 0.92% | 0.92% | - |
| XYZ | 53.35 | 71.17 | 11.5 | - |
| YUV | 199.21 | 25.74 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 18 | 0.15 | 0 | 0.92 | 0.08 | 69.44 | 0.86 | 0.49 |
| Hex | C8 | EA | 12 | F | 0 | 5C | 8 | 45 | 56 | 31 |
| Octal | 310 | 352 | 22 | 17 | 0 | 134 | 10 | 105 | 126 | 61 |
| Binary | 11001000 | 11101010 | 10010 | 1111 | 0 | 1011100 | 1000 | 1000101 | 1010110 | 110001 |
Color Harmonies of #C8EA12
Complementary color
Monochromatic Colors of #C8EA12
Black with #C8EA12
Text Example
Text Example
White with #C8EA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA12; }
p { color: rgb(200,234,18); }
H1.HeaderClassName
{
color: #C8EA12;
}
.AnyTagClassName
{
color: #C8EA12;
}
</style>
background-color css
<style>
a { background-color: #C8EA12; }
a { background-color: rgb(200,234,18); }
div.DivClassName
{
background-color: #C8EA12;
}
.BgClassName
{
background-color: #C8EA12;
}
</style>
border-color css
<style>
span { border-color: #C8EA12; }
span { border-color: rgb(200,234,18); }
td.TdClassName
{
border-color: #C8EA12;
}
.TagClassName
{
border-color: #C8EA12;
}
</style>