#97D600

Color #97D600 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #97D600

Tints of Inch Worm #97D600

Color information

#97D600 (or 0x97D600) is unknown color: approx Inch Worm. HEX triplet: 97, D6 and 00. RGB value is (151,214,0). Sum of RGB (Red+Green+Blue) = 151+214+0=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #97D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D600 is #6829FF. Grayscale: #ABABAB. Windows color (decimal): -6826496 or 54935. OLE color: 54935.

HSL color Cylindrical-coordinate representation of color #97D600: hue angle of 77.66º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97D600 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB1512140-
CMYK0.29010.16
HSL77.66º100%41.96%-
HSV(B)77.66º100%83.92%-
XYZ36.8154.678.61-
YUV170.7731.63113.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 214 (83.98% from 255) = 58.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.37%
G=58.63%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15121400.29010.1677.6610041.96
Hex97D601D064104e642a
Octal22732603501442011614452
Binary1001011111010110011101011001001000010011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D600; }

 p { color: rgb(151,214,0); }

 H1.HeaderClassName
 {
   color: #97D600;
 }
 .AnyTagClassName
 {
   color: #97D600;
 }
</style>
background-color css

<style>
 a { background-color: #97D600; }

 a { background-color: rgb(151,214,0); }

 div.DivClassName
 {
   background-color: #97D600;
 }
 .BgClassName
 {
   background-color: #97D600;
 }
</style>
border-color css

<style>
 span { border-color: #97D600; }

 span { border-color: rgb(151,214,0); }

 td.TdClassName
 {
   border-color: #97D600;
 }
 .TagClassName
 {
   border-color: #97D600;
 }
</style>