Shades of Inch Worm #8FDC07
Tints of Inch Worm #8FDC07
RGB
CMYK
RGB Variations
Color information
#8FDC07 (or 0x8FDC07) is known color: Inch Worm. HEX triplet: 8F, DC and 07. RGB value is (143,220,7). Sum of RGB (Red+Green+Blue) = 143+220+7=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDC07 is #7023F8. Grayscale: #ADADAD. Windows color (decimal): -7349241 or 515215. OLE color: 515215.
HSL color Cylindrical-coordinate representation of color #8FDC07: hue angle of 81.69º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FDC07 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.14 |
| HSL | 81.69º | 0.94% | 0.45% | - |
| HSV(B) | 81.69º | 0.97% | 0.86% | - |
| XYZ | 36.96 | 57.04 | 9.26 | - |
| YUV | 172.7 | 34.49 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 7 | 0.35 | 0 | 0.97 | 0.14 | 81.69 | 0.94 | 0.45 |
| Hex | 8F | DC | 7 | 23 | 0 | 61 | E | 52 | 5E | 2D |
| Octal | 217 | 334 | 7 | 43 | 0 | 141 | 16 | 122 | 136 | 55 |
| Binary | 10001111 | 11011100 | 111 | 100011 | 0 | 1100001 | 1110 | 1010010 | 1011110 | 101101 |
Color Harmonies of #8FDC07
Complementary color
Monochromatic Colors of #8FDC07
Black with #8FDC07
Text Example
Text Example
White with #8FDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC07; }
p { color: rgb(143,220,7); }
H1.HeaderClassName
{
color: #8FDC07;
}
.AnyTagClassName
{
color: #8FDC07;
}
</style>
background-color css
<style>
a { background-color: #8FDC07; }
a { background-color: rgb(143,220,7); }
div.DivClassName
{
background-color: #8FDC07;
}
.BgClassName
{
background-color: #8FDC07;
}
</style>
border-color css
<style>
span { border-color: #8FDC07; }
span { border-color: rgb(143,220,7); }
td.TdClassName
{
border-color: #8FDC07;
}
.TagClassName
{
border-color: #8FDC07;
}
</style>