Shades of Inch Worm #C3F115
Tints of Inch Worm #C3F115
RGB
CMYK
RGB Variations
Color information
#C3F115 (or 0xC3F115) is known color: Inch Worm. HEX triplet: C3, F1 and 15. RGB value is (195,241,21). Sum of RGB (Red+Green+Blue) = 195+241+21=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F115 is #3C0EEA. Grayscale: #CBCBCB. Windows color (decimal): -3935979 or 1438147. OLE color: 1438147.
HSL color Cylindrical-coordinate representation of color #C3F115: hue angle of 72.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3F115 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 21 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.05 |
| HSL | 72.55º | 0.89% | 0.51% | - |
| HSV(B) | 72.55º | 0.91% | 0.95% | - |
| XYZ | 54.1 | 74.57 | 12.25 | - |
| YUV | 202.17 | 25.76 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 21 | 0.19 | 0 | 0.91 | 0.05 | 72.55 | 0.89 | 0.51 |
| Hex | C3 | F1 | 15 | 13 | 0 | 5B | 5 | 49 | 59 | 33 |
| Octal | 303 | 361 | 25 | 23 | 0 | 133 | 5 | 111 | 131 | 63 |
| Binary | 11000011 | 11110001 | 10101 | 10011 | 0 | 1011011 | 101 | 1001001 | 1011001 | 110011 |
Color Harmonies of #C3F115
Complementary color
Monochromatic Colors of #C3F115
Black with #C3F115
Text Example
Text Example
White with #C3F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F115; }
p { color: rgb(195,241,21); }
H1.HeaderClassName
{
color: #C3F115;
}
.AnyTagClassName
{
color: #C3F115;
}
</style>
background-color css
<style>
a { background-color: #C3F115; }
a { background-color: rgb(195,241,21); }
div.DivClassName
{
background-color: #C3F115;
}
.BgClassName
{
background-color: #C3F115;
}
</style>
border-color css
<style>
span { border-color: #C3F115; }
span { border-color: rgb(195,241,21); }
td.TdClassName
{
border-color: #C3F115;
}
.TagClassName
{
border-color: #C3F115;
}
</style>