Shades of Inch Worm #97E50C
Tints of Inch Worm #97E50C
RGB
CMYK
RGB Variations
Color information
#97E50C (or 0x97E50C) is known color: Inch Worm. HEX triplet: 97, E5 and 0C. RGB value is (151,229,12). Sum of RGB (Red+Green+Blue) = 151+229+12=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 229 (89.84% from 255 or 58.42% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 229 - color contains mainly: green. Hex color #97E50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E50C is #681AF3. Grayscale: #B5B5B5. Windows color (decimal): -6822644 or 845207. OLE color: 845207.
HSL color Cylindrical-coordinate representation of color #97E50C: hue angle of 81.57º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97E50C is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 12 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.10 |
| HSL | 81.57º | 0.9% | 0.47% | - |
| HSV(B) | 81.57º | 0.95% | 0.9% | - |
| XYZ | 40.85 | 62.64 | 10.29 | - |
| YUV | 180.94 | 32.66 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 12 | 0.34 | 0 | 0.95 | 0.10 | 81.57 | 0.9 | 0.47 |
| Hex | 97 | E5 | C | 22 | 0 | 5F | A | 52 | 5A | 2F |
| Octal | 227 | 345 | 14 | 42 | 0 | 137 | 12 | 122 | 132 | 57 |
| Binary | 10010111 | 11100101 | 1100 | 100010 | 0 | 1011111 | 1010 | 1010010 | 1011010 | 101111 |
Color Harmonies of #97E50C
Complementary color
Monochromatic Colors of #97E50C
Black with #97E50C
Text Example
Text Example
White with #97E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E50C; }
p { color: rgb(151,229,12); }
H1.HeaderClassName
{
color: #97E50C;
}
.AnyTagClassName
{
color: #97E50C;
}
</style>
background-color css
<style>
a { background-color: #97E50C; }
a { background-color: rgb(151,229,12); }
div.DivClassName
{
background-color: #97E50C;
}
.BgClassName
{
background-color: #97E50C;
}
</style>
border-color css
<style>
span { border-color: #97E50C; }
span { border-color: rgb(151,229,12); }
td.TdClassName
{
border-color: #97E50C;
}
.TagClassName
{
border-color: #97E50C;
}
</style>