Shades of Inch Worm #C7F017
Tints of Inch Worm #C7F017
RGB
CMYK
RGB Variations
Color information
#C7F017 (or 0xC7F017) is known color: Inch Worm. HEX triplet: C7, F0 and 17. RGB value is (199,240,23). Sum of RGB (Red+Green+Blue) = 199+240+23=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F017 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F017 is #380FE8. Grayscale: #CBCBCB. Windows color (decimal): -3674089 or 1568967. OLE color: 1568967.
HSL color Cylindrical-coordinate representation of color #C7F017: hue angle of 71.34º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7F017 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 23 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.06 |
| HSL | 71.34º | 0.88% | 0.52% | - |
| HSV(B) | 71.34º | 0.9% | 0.94% | - |
| XYZ | 54.87 | 74.52 | 12.3 | - |
| YUV | 203 | 26.42 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 23 | 0.17 | 0 | 0.90 | 0.06 | 71.34 | 0.88 | 0.52 |
| Hex | C7 | F0 | 17 | 11 | 0 | 5A | 6 | 47 | 58 | 34 |
| Octal | 307 | 360 | 27 | 21 | 0 | 132 | 6 | 107 | 130 | 64 |
| Binary | 11000111 | 11110000 | 10111 | 10001 | 0 | 1011010 | 110 | 1000111 | 1011000 | 110100 |
Color Harmonies of #C7F017
Complementary color
Monochromatic Colors of #C7F017
Black with #C7F017
Text Example
Text Example
White with #C7F017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F017; }
p { color: rgb(199,240,23); }
H1.HeaderClassName
{
color: #C7F017;
}
.AnyTagClassName
{
color: #C7F017;
}
</style>
background-color css
<style>
a { background-color: #C7F017; }
a { background-color: rgb(199,240,23); }
div.DivClassName
{
background-color: #C7F017;
}
.BgClassName
{
background-color: #C7F017;
}
</style>
border-color css
<style>
span { border-color: #C7F017; }
span { border-color: rgb(199,240,23); }
td.TdClassName
{
border-color: #C7F017;
}
.TagClassName
{
border-color: #C7F017;
}
</style>