Shades of Inch Worm #8FDD0C
Tints of Inch Worm #8FDD0C
RGB
CMYK
RGB Variations
Color information
#8FDD0C (or 0x8FDD0C) is known color: Inch Worm. HEX triplet: 8F, DD and 0C. RGB value is (143,221,12). Sum of RGB (Red+Green+Blue) = 143+221+12=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDD0C is #7022F3. Grayscale: #AEAEAE. Windows color (decimal): -7348980 or 843151. OLE color: 843151.
HSL color Cylindrical-coordinate representation of color #8FDD0C: hue angle of 82.39º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FDD0C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 12 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.13 |
| HSL | 82.39º | 0.9% | 0.46% | - |
| HSV(B) | 82.39º | 0.95% | 0.87% | - |
| XYZ | 37.25 | 57.58 | 9.5 | - |
| YUV | 173.85 | 36.66 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 12 | 0.35 | 0 | 0.95 | 0.13 | 82.39 | 0.9 | 0.46 |
| Hex | 8F | DD | C | 23 | 0 | 5F | D | 52 | 5A | 2E |
| Octal | 217 | 335 | 14 | 43 | 0 | 137 | 15 | 122 | 132 | 56 |
| Binary | 10001111 | 11011101 | 1100 | 100011 | 0 | 1011111 | 1101 | 1010010 | 1011010 | 101110 |
Color Harmonies of #8FDD0C
Complementary color
Monochromatic Colors of #8FDD0C
Black with #8FDD0C
Text Example
Text Example
White with #8FDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD0C; }
p { color: rgb(143,221,12); }
H1.HeaderClassName
{
color: #8FDD0C;
}
.AnyTagClassName
{
color: #8FDD0C;
}
</style>
background-color css
<style>
a { background-color: #8FDD0C; }
a { background-color: rgb(143,221,12); }
div.DivClassName
{
background-color: #8FDD0C;
}
.BgClassName
{
background-color: #8FDD0C;
}
</style>
border-color css
<style>
span { border-color: #8FDD0C; }
span { border-color: rgb(143,221,12); }
td.TdClassName
{
border-color: #8FDD0C;
}
.TagClassName
{
border-color: #8FDD0C;
}
</style>