Shades of Inch Worm #8FDD03
Tints of Inch Worm #8FDD03
RGB
CMYK
RGB Variations
Color information
#8FDD03 (or 0x8FDD03) is known color: Inch Worm. HEX triplet: 8F, DD and 03. RGB value is (143,221,3). Sum of RGB (Red+Green+Blue) = 143+221+3=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDD03 is #7022FC. Grayscale: #ADADAD. Windows color (decimal): -7348989 or 253327. OLE color: 253327.
HSL color Cylindrical-coordinate representation of color #8FDD03: hue angle of 81.47º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FDD03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.13 |
| HSL | 81.47º | 0.97% | 0.44% | - |
| HSV(B) | 81.47º | 0.99% | 0.87% | - |
| XYZ | 37.2 | 57.56 | 9.24 | - |
| YUV | 172.83 | 32.16 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 3 | 0.35 | 0 | 0.99 | 0.13 | 81.47 | 0.97 | 0.44 |
| Hex | 8F | DD | 3 | 23 | 0 | 63 | D | 51 | 61 | 2C |
| Octal | 217 | 335 | 3 | 43 | 0 | 143 | 15 | 121 | 141 | 54 |
| Binary | 10001111 | 11011101 | 11 | 100011 | 0 | 1100011 | 1101 | 1010001 | 1100001 | 101100 |
Color Harmonies of #8FDD03
Complementary color
Monochromatic Colors of #8FDD03
Black with #8FDD03
Text Example
Text Example
White with #8FDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD03; }
p { color: rgb(143,221,3); }
H1.HeaderClassName
{
color: #8FDD03;
}
.AnyTagClassName
{
color: #8FDD03;
}
</style>
background-color css
<style>
a { background-color: #8FDD03; }
a { background-color: rgb(143,221,3); }
div.DivClassName
{
background-color: #8FDD03;
}
.BgClassName
{
background-color: #8FDD03;
}
</style>
border-color css
<style>
span { border-color: #8FDD03; }
span { border-color: rgb(143,221,3); }
td.TdClassName
{
border-color: #8FDD03;
}
.TagClassName
{
border-color: #8FDD03;
}
</style>