Shades of Inch Worm #C3E108
Tints of Inch Worm #C3E108
RGB
CMYK
RGB Variations
Color information
#C3E108 (or 0xC3E108) is known color: Inch Worm. HEX triplet: C3, E1 and 08. RGB value is (195,225,8). Sum of RGB (Red+Green+Blue) = 195+225+8=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3E108 is #3C1EF7. Grayscale: #C0C0C0. Windows color (decimal): -3940088 or 582083. OLE color: 582083.
HSL color Cylindrical-coordinate representation of color #C3E108: hue angle of 68.29º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3E108 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.12 |
| HSL | 68.29º | 0.93% | 0.46% | - |
| HSV(B) | 68.29º | 0.96% | 0.88% | - |
| XYZ | 49.47 | 65.47 | 10.26 | - |
| YUV | 191.29 | 24.56 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 8 | 0.13 | 0 | 0.96 | 0.12 | 68.29 | 0.93 | 0.46 |
| Hex | C3 | E1 | 8 | D | 0 | 60 | C | 44 | 5D | 2E |
| Octal | 303 | 341 | 10 | 15 | 0 | 140 | 14 | 104 | 135 | 56 |
| Binary | 11000011 | 11100001 | 1000 | 1101 | 0 | 1100000 | 1100 | 1000100 | 1011101 | 101110 |
Color Harmonies of #C3E108
Complementary color
Monochromatic Colors of #C3E108
Black with #C3E108
Text Example
Text Example
White with #C3E108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E108; }
p { color: rgb(195,225,8); }
H1.HeaderClassName
{
color: #C3E108;
}
.AnyTagClassName
{
color: #C3E108;
}
</style>
background-color css
<style>
a { background-color: #C3E108; }
a { background-color: rgb(195,225,8); }
div.DivClassName
{
background-color: #C3E108;
}
.BgClassName
{
background-color: #C3E108;
}
</style>
border-color css
<style>
span { border-color: #C3E108; }
span { border-color: rgb(195,225,8); }
td.TdClassName
{
border-color: #C3E108;
}
.TagClassName
{
border-color: #C3E108;
}
</style>