Shades of Inch Worm #C3F221
Tints of Inch Worm #C3F221
RGB
CMYK
RGB Variations
Color information
#C3F221 (or 0xC3F221) is known color: Inch Worm. HEX triplet: C3, F2 and 21. RGB value is (195,242,33). Sum of RGB (Red+Green+Blue) = 195+242+33=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F221 is #3C0DDE. Grayscale: #CCCCCC. Windows color (decimal): -3935711 or 2224835. OLE color: 2224835.
HSL color Cylindrical-coordinate representation of color #C3F221: hue angle of 73.49º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3F221 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 33 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.05 |
| HSL | 73.49º | 0.89% | 0.54% | - |
| HSV(B) | 73.49º | 0.86% | 0.95% | - |
| XYZ | 54.53 | 75.22 | 13.08 | - |
| YUV | 204.12 | 31.43 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 33 | 0.19 | 0 | 0.86 | 0.05 | 73.49 | 0.89 | 0.54 |
| Hex | C3 | F2 | 21 | 13 | 0 | 56 | 5 | 49 | 59 | 36 |
| Octal | 303 | 362 | 41 | 23 | 0 | 126 | 5 | 111 | 131 | 66 |
| Binary | 11000011 | 11110010 | 100001 | 10011 | 0 | 1010110 | 101 | 1001001 | 1011001 | 110110 |
Color Harmonies of #C3F221
Complementary color
Monochromatic Colors of #C3F221
Black with #C3F221
Text Example
Text Example
White with #C3F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F221; }
p { color: rgb(195,242,33); }
H1.HeaderClassName
{
color: #C3F221;
}
.AnyTagClassName
{
color: #C3F221;
}
</style>
background-color css
<style>
a { background-color: #C3F221; }
a { background-color: rgb(195,242,33); }
div.DivClassName
{
background-color: #C3F221;
}
.BgClassName
{
background-color: #C3F221;
}
</style>
border-color css
<style>
span { border-color: #C3F221; }
span { border-color: rgb(195,242,33); }
td.TdClassName
{
border-color: #C3F221;
}
.TagClassName
{
border-color: #C3F221;
}
</style>