Shades of Inch Worm #8FDC05
Tints of Inch Worm #8FDC05
RGB
CMYK
RGB Variations
Color information
#8FDC05 (or 0x8FDC05) is known color: Inch Worm. HEX triplet: 8F, DC and 05. RGB value is (143,220,5). Sum of RGB (Red+Green+Blue) = 143+220+5=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDC05 is #7023FA. Grayscale: #ADADAD. Windows color (decimal): -7349243 or 384143. OLE color: 384143.
HSL color Cylindrical-coordinate representation of color #8FDC05: hue angle of 81.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FDC05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.14 |
| HSL | 81.49º | 0.96% | 0.44% | - |
| HSV(B) | 81.49º | 0.98% | 0.86% | - |
| XYZ | 36.95 | 57.04 | 9.21 | - |
| YUV | 172.47 | 33.49 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 5 | 0.35 | 0 | 0.98 | 0.14 | 81.49 | 0.96 | 0.44 |
| Hex | 8F | DC | 5 | 23 | 0 | 62 | E | 51 | 60 | 2C |
| Octal | 217 | 334 | 5 | 43 | 0 | 142 | 16 | 121 | 140 | 54 |
| Binary | 10001111 | 11011100 | 101 | 100011 | 0 | 1100010 | 1110 | 1010001 | 1100000 | 101100 |
Color Harmonies of #8FDC05
Complementary color
Monochromatic Colors of #8FDC05
Black with #8FDC05
Text Example
Text Example
White with #8FDC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC05; }
p { color: rgb(143,220,5); }
H1.HeaderClassName
{
color: #8FDC05;
}
.AnyTagClassName
{
color: #8FDC05;
}
</style>
background-color css
<style>
a { background-color: #8FDC05; }
a { background-color: rgb(143,220,5); }
div.DivClassName
{
background-color: #8FDC05;
}
.BgClassName
{
background-color: #8FDC05;
}
</style>
border-color css
<style>
span { border-color: #8FDC05; }
span { border-color: rgb(143,220,5); }
td.TdClassName
{
border-color: #8FDC05;
}
.TagClassName
{
border-color: #8FDC05;
}
</style>