Shades of Inch Worm #8FD70C
Tints of Inch Worm #8FD70C
RGB
CMYK
RGB Variations
Color information
#8FD70C (or 0x8FD70C) is known color: Inch Worm. HEX triplet: 8F, D7 and 0C. RGB value is (143,215,12). Sum of RGB (Red+Green+Blue) = 143+215+12=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD70C is #7028F3. Grayscale: #ABABAB. Windows color (decimal): -7350516 or 841615. OLE color: 841615.
HSL color Cylindrical-coordinate representation of color #8FD70C: hue angle of 81.28º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FD70C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 12 | - |
| CMYK | 0.33 | 0 | 0.94 | 0.16 |
| HSL | 81.28º | 0.89% | 0.45% | - |
| HSV(B) | 81.28º | 0.94% | 0.84% | - |
| XYZ | 35.69 | 54.47 | 8.98 | - |
| YUV | 170.33 | 38.65 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 12 | 0.33 | 0 | 0.94 | 0.16 | 81.28 | 0.89 | 0.45 |
| Hex | 8F | D7 | C | 21 | 0 | 5E | 10 | 51 | 59 | 2D |
| Octal | 217 | 327 | 14 | 41 | 0 | 136 | 20 | 121 | 131 | 55 |
| Binary | 10001111 | 11010111 | 1100 | 100001 | 0 | 1011110 | 10000 | 1010001 | 1011001 | 101101 |
Color Harmonies of #8FD70C
Complementary color
Monochromatic Colors of #8FD70C
Black with #8FD70C
Text Example
Text Example
White with #8FD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD70C; }
p { color: rgb(143,215,12); }
H1.HeaderClassName
{
color: #8FD70C;
}
.AnyTagClassName
{
color: #8FD70C;
}
</style>
background-color css
<style>
a { background-color: #8FD70C; }
a { background-color: rgb(143,215,12); }
div.DivClassName
{
background-color: #8FD70C;
}
.BgClassName
{
background-color: #8FD70C;
}
</style>
border-color css
<style>
span { border-color: #8FD70C; }
span { border-color: rgb(143,215,12); }
td.TdClassName
{
border-color: #8FD70C;
}
.TagClassName
{
border-color: #8FD70C;
}
</style>