Shades of Inch Worm #97DF00
Tints of Inch Worm #97DF00
RGB
CMYK
RGB Variations
Color information
#97DF00 (or 0x97DF00) is known color: Inch Worm. HEX triplet: 97, DF and 00. RGB value is (151,223,0). Sum of RGB (Red+Green+Blue) = 151+223+0=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97DF00 is #6820FF. Grayscale: #B0B0B0. Windows color (decimal): -6824192 or 57239. OLE color: 57239.
HSL color Cylindrical-coordinate representation of color #97DF00: hue angle of 79.37º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97DF00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.13 |
| HSL | 79.37º | 1% | 0.44% | - |
| HSV(B) | 79.37º | 1% | 0.87% | - |
| XYZ | 39.15 | 59.35 | 9.39 | - |
| YUV | 176.05 | 28.65 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 0 | 0.32 | 0 | 1 | 0.13 | 79.37 | 1 | 0.44 |
| Hex | 97 | DF | 0 | 20 | 0 | 64 | D | 4F | 64 | 2C |
| Octal | 227 | 337 | 0 | 40 | 0 | 144 | 15 | 117 | 144 | 54 |
| Binary | 10010111 | 11011111 | 0 | 100000 | 0 | 1100100 | 1101 | 1001111 | 1100100 | 101100 |
Color Harmonies of #97DF00
Complementary color
Monochromatic Colors of #97DF00
Black with #97DF00
Text Example
Text Example
White with #97DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DF00; }
p { color: rgb(151,223,0); }
H1.HeaderClassName
{
color: #97DF00;
}
.AnyTagClassName
{
color: #97DF00;
}
</style>
background-color css
<style>
a { background-color: #97DF00; }
a { background-color: rgb(151,223,0); }
div.DivClassName
{
background-color: #97DF00;
}
.BgClassName
{
background-color: #97DF00;
}
</style>
border-color css
<style>
span { border-color: #97DF00; }
span { border-color: rgb(151,223,0); }
td.TdClassName
{
border-color: #97DF00;
}
.TagClassName
{
border-color: #97DF00;
}
</style>