Shades of Inch Worm #C8E413
Tints of Inch Worm #C8E413
RGB
CMYK
RGB Variations
Color information
#C8E413 (or 0xC8E413) is known color: Inch Worm. HEX triplet: C8, E4 and 13. RGB value is (200,228,19). Sum of RGB (Red+Green+Blue) = 200+228+19=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E413 is #371BEC. Grayscale: #C4C4C4. Windows color (decimal): -3611629 or 1303752. OLE color: 1303752.
HSL color Cylindrical-coordinate representation of color #C8E413: hue angle of 68.04º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8E413 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 19 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.11 |
| HSL | 68.04º | 0.85% | 0.48% | - |
| HSV(B) | 68.04º | 0.92% | 0.89% | - |
| XYZ | 51.68 | 67.81 | 10.98 | - |
| YUV | 195.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 19 | 0.12 | 0 | 0.92 | 0.11 | 68.04 | 0.85 | 0.48 |
| Hex | C8 | E4 | 13 | C | 0 | 5C | B | 44 | 55 | 30 |
| Octal | 310 | 344 | 23 | 14 | 0 | 134 | 13 | 104 | 125 | 60 |
| Binary | 11001000 | 11100100 | 10011 | 1100 | 0 | 1011100 | 1011 | 1000100 | 1010101 | 110000 |
Color Harmonies of #C8E413
Complementary color
Monochromatic Colors of #C8E413
Black with #C8E413
Text Example
Text Example
White with #C8E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E413; }
p { color: rgb(200,228,19); }
H1.HeaderClassName
{
color: #C8E413;
}
.AnyTagClassName
{
color: #C8E413;
}
</style>
background-color css
<style>
a { background-color: #C8E413; }
a { background-color: rgb(200,228,19); }
div.DivClassName
{
background-color: #C8E413;
}
.BgClassName
{
background-color: #C8E413;
}
</style>
border-color css
<style>
span { border-color: #C8E413; }
span { border-color: rgb(200,228,19); }
td.TdClassName
{
border-color: #C8E413;
}
.TagClassName
{
border-color: #C8E413;
}
</style>