Html Css Color HEX #97E001 Inch Worm

📋 copy color: '#97E001'

red 151 ◦ green 224 ◦ blue 1

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

Shades of Inch Worm #97E001

Tints of Inch Worm #97E001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.57%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 40.16%
G = 59.57%
B = 0.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#97E001 (or 0x97E001) is known color: Inch Worm. HEX triplet: 97, E0 and 01. RGB value is (151,224,1). Sum of RGB (Red+Green+Blue) = 151+224+1=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #97E001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E001 is #681FFE. Grayscale: #B1B1B1. Windows color (decimal): -6823935 or 123031. OLE color: 123031.

HSL color Cylindrical-coordinate representation of color #97E001: hue angle of 79.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97E001 is Cyan = 0.33, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 224 1 -
CMYK 0.33 0 1.00 0.12
HSL 79.64º 0.99% 0.44% -
HSV(B) 79.64º 1% 0.88% -
XYZ 39.42 59.89 9.51 -
YUV 176.75 28.82 109.63 -
System Red Green Blue C M Y K H S L
Decimal 151 224 1 0.33 0 1.00 0.12 79.64 0.99 0.44
Hex 97 E0 1 21 0 64 C 50 63 2C
Octal 227 340 1 41 0 144 14 120 143 54
Binary 10010111 11100000 1 100001 0 1100100 1100 1010000 1100011 101100

Color Harmonies of #97E001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E001

Black with #97E001

Text Example


Text Example

White with #97E001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,224,1); }

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

background-color css

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

 a { background-color: rgb(151,224,1); }

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

border-color css

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

 span { border-color: rgb(151,224,1); }

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