#97D805

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

Shades of Inch Worm #97D805

Tints of Inch Worm #97D805

Color information

#97D805 (or 0x97D805) is unknown color: approx Inch Worm. HEX triplet: 97, D8 and 05. RGB value is (151,216,5). Sum of RGB (Red+Green+Blue) = 151+216+5=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #97D805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D805 is #6827FA. Grayscale: #ADADAD. Windows color (decimal): -6825979 or 383127. OLE color: 383127.

HSL color Cylindrical-coordinate representation of color #97D805: hue angle of 78.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97D805 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB1512165-
CMYK0.3000.980.15
HSL78.48º95.48%43.33%-
HSV(B)78.48º97.69%84.71%-
XYZ37.3555.78.93-
YUV172.5133.47112.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 216 (84.77% from 255) = 58.06%
BLUE value IS 5 (2.34% from 255) = 1.34%
R=40.59%
G=58.06%
B=1.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15121650.3000.980.1578.4895.4843.33
Hex97D851E062F4e5f2b
Octal22733053601421711613753
Binary10010111110110001011111001100010111110011101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,216,5); }

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

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

 a { background-color: rgb(151,216,5); }

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

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

 span { border-color: rgb(151,216,5); }

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