Html Css Color HEX #97D800 Inch Worm

📋 copy color: '#97D800'

red 151 ◦ green 216 ◦ blue 0

#97D800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #97D800

Tints of Inch Worm #97D800

RGB

 RED value IS 151 (59.38% from 255) = 41.14%

 GREEN value IS 216 (84.77% from 255) = 58.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.14%
G = 58.86%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#97D800 (or 0x97D800) is known color: Inch Worm. HEX triplet: 97, D8 and 00. RGB value is (151,216,0). Sum of RGB (Red+Green+Blue) = 151+216+0=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #97D800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D800 is #6827FF. Grayscale: #ACACAC. Windows color (decimal): -6825984 or 55447. OLE color: 55447.

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

Color convert

RGB 151 216 0 -
CMYK 0.30 0 1 0.15
HSL 78.06º 1% 0.42% -
HSV(B) 78.06º 1% 0.85% -
XYZ 37.32 55.69 8.78 -
YUV 171.94 30.97 113.06 -
System Red Green Blue C M Y K H S L
Decimal 151 216 0 0.30 0 1 0.15 78.06 1 0.42
Hex 97 D8 0 1E 0 64 F 4E 64 2A
Octal 227 330 0 36 0 144 17 116 144 52
Binary 10010111 11011000 0 11110 0 1100100 1111 1001110 1100100 101010

Color Harmonies of #97D800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D800

Black with #97D800

Text Example


Text Example

White with #97D800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97D800;
 }
 .AnyTagClassName
 {
   color: #97D800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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