Shades of Inch Worm #C3F314
Tints of Inch Worm #C3F314
RGB
CMYK
RGB Variations
Color information
#C3F314 (or 0xC3F314) is known color: Inch Worm. HEX triplet: C3, F3 and 14. RGB value is (195,243,20). Sum of RGB (Red+Green+Blue) = 195+243+20=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 243 (95.31% from 255 or 53.06% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F314 is #3C0CEB. Grayscale: #CCCCCC. Windows color (decimal): -3935468 or 1373123. OLE color: 1373123.
HSL color Cylindrical-coordinate representation of color #C3F314: hue angle of 72.91º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3F314 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 20 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.05 |
| HSL | 72.91º | 0.9% | 0.52% | - |
| HSV(B) | 72.91º | 0.92% | 0.95% | - |
| XYZ | 54.68 | 75.75 | 12.4 | - |
| YUV | 203.23 | 24.6 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 20 | 0.20 | 0 | 0.92 | 0.05 | 72.91 | 0.9 | 0.52 |
| Hex | C3 | F3 | 14 | 14 | 0 | 5C | 5 | 49 | 5A | 34 |
| Octal | 303 | 363 | 24 | 24 | 0 | 134 | 5 | 111 | 132 | 64 |
| Binary | 11000011 | 11110011 | 10100 | 10100 | 0 | 1011100 | 101 | 1001001 | 1011010 | 110100 |
Color Harmonies of #C3F314
Complementary color
Monochromatic Colors of #C3F314
Black with #C3F314
Text Example
Text Example
White with #C3F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F314; }
p { color: rgb(195,243,20); }
H1.HeaderClassName
{
color: #C3F314;
}
.AnyTagClassName
{
color: #C3F314;
}
</style>
background-color css
<style>
a { background-color: #C3F314; }
a { background-color: rgb(195,243,20); }
div.DivClassName
{
background-color: #C3F314;
}
.BgClassName
{
background-color: #C3F314;
}
</style>
border-color css
<style>
span { border-color: #C3F314; }
span { border-color: rgb(195,243,20); }
td.TdClassName
{
border-color: #C3F314;
}
.TagClassName
{
border-color: #C3F314;
}
</style>