#97D60B

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

Shades of Inch Worm #97D60B

Tints of Inch Worm #97D60B

Color information

#97D60B (or 0x97D60B) is unknown color: approx Inch Worm. HEX triplet: 97, D6 and 0B. RGB value is (151,214,11). Sum of RGB (Red+Green+Blue) = 151+214+11=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #97D60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D60B is #6829F4. Grayscale: #ACACAC. Windows color (decimal): -6826485 or 775831. OLE color: 775831.

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

Color convert

RGB15121411-
CMYK0.2900.950.16
HSL78.62º90.22%44.12%-
HSV(B)78.62º94.86%83.92%-
XYZ36.8754.78.93-
YUV172.0237.13113.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 214 (83.98% from 255) = 56.91%
BLUE value IS 11 (4.69% from 255) = 2.93%
R=40.16%
G=56.91%
B=2.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151214110.2900.950.1678.6290.2244.12
Hex97D6B1D05F104f5a2c
Octal227326133501372011713254
Binary1001011111010110101111101010111111000010011111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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