Html Css Color HEX #97D700 Inch Worm

📋 copy color: '#97D700'

red 151 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #97D700

Tints of Inch Worm #97D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.74%

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

R = 41.26%
G = 58.74%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#97D700 (or 0x97D700) is known color: Inch Worm. HEX triplet: 97, D7 and 00. RGB value is (151,215,0). Sum of RGB (Red+Green+Blue) = 151+215+0=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #97D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D700 is #6828FF. Grayscale: #ACACAC. Windows color (decimal): -6826240 or 55191. OLE color: 55191.

HSL color Cylindrical-coordinate representation of color #97D700: hue angle of 77.86º 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 #97D700 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 215 0 -
CMYK 0.30 0 1 0.16
HSL 77.86º 1% 0.42% -
HSV(B) 77.86º 1% 0.84% -
XYZ 37.06 55.18 8.7 -
YUV 171.35 31.3 113.48 -
System Red Green Blue C M Y K H S L
Decimal 151 215 0 0.30 0 1 0.16 77.86 1 0.42
Hex 97 D7 0 1E 0 64 10 4E 64 2A
Octal 227 327 0 36 0 144 20 116 144 52
Binary 10010111 11010111 0 11110 0 1100100 10000 1001110 1100100 101010

Color Harmonies of #97D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D700

Black with #97D700

Text Example


Text Example

White with #97D700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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