Html Css Color HEX #97D901 Inch Worm

📋 copy color: '#97D901'

red 151 ◦ green 217 ◦ blue 1

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

Shades of Inch Worm #97D901

Tints of Inch Worm #97D901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.81%

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

R = 40.92%
G = 58.81%
B = 0.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#97D901 (or 0x97D901) is known color: Inch Worm. HEX triplet: 97, D9 and 01. RGB value is (151,217,1). Sum of RGB (Red+Green+Blue) = 151+217+1=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #97D901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D901 is #6826FE. Grayscale: #ADADAD. Windows color (decimal): -6825727 or 121239. OLE color: 121239.

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

Color convert

RGB 151 217 1 -
CMYK 0.30 0 1.00 0.15
HSL 78.33º 0.99% 0.43% -
HSV(B) 78.33º 1% 0.85% -
XYZ 37.58 56.21 8.9 -
YUV 172.64 31.13 112.56 -
System Red Green Blue C M Y K H S L
Decimal 151 217 1 0.30 0 1.00 0.15 78.33 0.99 0.43
Hex 97 D9 1 1E 0 64 F 4E 63 2B
Octal 227 331 1 36 0 144 17 116 143 53
Binary 10010111 11011001 1 11110 0 1100100 1111 1001110 1100011 101011

Color Harmonies of #97D901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D901

Black with #97D901

Text Example


Text Example

White with #97D901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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