Shades of Inch Worm #C7F21C
Tints of Inch Worm #C7F21C
RGB
CMYK
RGB Variations
Color information
#C7F21C (or 0xC7F21C) is known color: Inch Worm. HEX triplet: C7, F2 and 1C. RGB value is (199,242,28). Sum of RGB (Red+Green+Blue) = 199+242+28=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F21C is #380DE3. Grayscale: #CDCDCD. Windows color (decimal): -3673572 or 1897159. OLE color: 1897159.
HSL color Cylindrical-coordinate representation of color #C7F21C: hue angle of 72.06º 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 #C7F21C is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 28 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.05 |
| HSL | 72.06º | 0.89% | 0.53% | - |
| HSV(B) | 72.06º | 0.88% | 0.95% | - |
| XYZ | 55.51 | 75.73 | 12.79 | - |
| YUV | 204.75 | 28.25 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 28 | 0.18 | 0 | 0.88 | 0.05 | 72.06 | 0.89 | 0.53 |
| Hex | C7 | F2 | 1C | 12 | 0 | 58 | 5 | 48 | 59 | 35 |
| Octal | 307 | 362 | 34 | 22 | 0 | 130 | 5 | 110 | 131 | 65 |
| Binary | 11000111 | 11110010 | 11100 | 10010 | 0 | 1011000 | 101 | 1001000 | 1011001 | 110101 |
Color Harmonies of #C7F21C
Complementary color
Monochromatic Colors of #C7F21C
Black with #C7F21C
Text Example
Text Example
White with #C7F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F21C; }
p { color: rgb(199,242,28); }
H1.HeaderClassName
{
color: #C7F21C;
}
.AnyTagClassName
{
color: #C7F21C;
}
</style>
background-color css
<style>
a { background-color: #C7F21C; }
a { background-color: rgb(199,242,28); }
div.DivClassName
{
background-color: #C7F21C;
}
.BgClassName
{
background-color: #C7F21C;
}
</style>
border-color css
<style>
span { border-color: #C7F21C; }
span { border-color: rgb(199,242,28); }
td.TdClassName
{
border-color: #C7F21C;
}
.TagClassName
{
border-color: #C7F21C;
}
</style>