Shades of Inch Worm #C4F21C
Tints of Inch Worm #C4F21C
RGB
CMYK
RGB Variations
Color information
#C4F21C (or 0xC4F21C) is known color: Inch Worm. HEX triplet: C4, F2 and 1C. RGB value is (196,242,28). Sum of RGB (Red+Green+Blue) = 196+242+28=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F21C is #3B0DE3. Grayscale: #CCCCCC. Windows color (decimal): -3870180 or 1897156. OLE color: 1897156.
HSL color Cylindrical-coordinate representation of color #C4F21C: hue angle of 72.9º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4F21C is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 28 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.05 |
| HSL | 72.9º | 0.89% | 0.53% | - |
| HSV(B) | 72.9º | 0.88% | 0.95% | - |
| XYZ | 54.73 | 75.32 | 12.75 | - |
| YUV | 203.85 | 28.76 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 28 | 0.19 | 0 | 0.88 | 0.05 | 72.9 | 0.89 | 0.53 |
| Hex | C4 | F2 | 1C | 13 | 0 | 58 | 5 | 49 | 59 | 35 |
| Octal | 304 | 362 | 34 | 23 | 0 | 130 | 5 | 111 | 131 | 65 |
| Binary | 11000100 | 11110010 | 11100 | 10011 | 0 | 1011000 | 101 | 1001001 | 1011001 | 110101 |
Color Harmonies of #C4F21C
Complementary color
Monochromatic Colors of #C4F21C
Black with #C4F21C
Text Example
Text Example
White with #C4F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F21C; }
p { color: rgb(196,242,28); }
H1.HeaderClassName
{
color: #C4F21C;
}
.AnyTagClassName
{
color: #C4F21C;
}
</style>
background-color css
<style>
a { background-color: #C4F21C; }
a { background-color: rgb(196,242,28); }
div.DivClassName
{
background-color: #C4F21C;
}
.BgClassName
{
background-color: #C4F21C;
}
</style>
border-color css
<style>
span { border-color: #C4F21C; }
span { border-color: rgb(196,242,28); }
td.TdClassName
{
border-color: #C4F21C;
}
.TagClassName
{
border-color: #C4F21C;
}
</style>