Shades of Inch Worm #C8E30F
Tints of Inch Worm #C8E30F
RGB
CMYK
RGB Variations
Color information
#C8E30F (or 0xC8E30F) is known color: Inch Worm. HEX triplet: C8, E3 and 0F. RGB value is (200,227,15). Sum of RGB (Red+Green+Blue) = 200+227+15=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E30F is #371CF0. Grayscale: #C3C3C3. Windows color (decimal): -3611889 or 1041352. OLE color: 1041352.
HSL color Cylindrical-coordinate representation of color #C8E30F: hue angle of 67.64º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8E30F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 227 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.11 |
| HSL | 67.64º | 0.88% | 0.47% | - |
| HSV(B) | 67.64º | 0.93% | 0.89% | - |
| XYZ | 51.37 | 67.25 | 10.73 | - |
| YUV | 194.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 227 | 15 | 0.12 | 0 | 0.93 | 0.11 | 67.64 | 0.88 | 0.47 |
| Hex | C8 | E3 | F | C | 0 | 5D | B | 44 | 58 | 2F |
| Octal | 310 | 343 | 17 | 14 | 0 | 135 | 13 | 104 | 130 | 57 |
| Binary | 11001000 | 11100011 | 1111 | 1100 | 0 | 1011101 | 1011 | 1000100 | 1011000 | 101111 |
Color Harmonies of #C8E30F
Complementary color
Monochromatic Colors of #C8E30F
Black with #C8E30F
Text Example
Text Example
White with #C8E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E30F; }
p { color: rgb(200,227,15); }
H1.HeaderClassName
{
color: #C8E30F;
}
.AnyTagClassName
{
color: #C8E30F;
}
</style>
background-color css
<style>
a { background-color: #C8E30F; }
a { background-color: rgb(200,227,15); }
div.DivClassName
{
background-color: #C8E30F;
}
.BgClassName
{
background-color: #C8E30F;
}
</style>
border-color css
<style>
span { border-color: #C8E30F; }
span { border-color: rgb(200,227,15); }
td.TdClassName
{
border-color: #C8E30F;
}
.TagClassName
{
border-color: #C8E30F;
}
</style>