Html Css Color HEX #97D30C Inch Worm

📋 copy color: '#97D30C'

red 151 ◦ green 211 ◦ blue 12

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

Shades of Inch Worm #97D30C

Tints of Inch Worm #97D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.42%

 BLUE value IS 12 (5.08% from 255) = 3.21%

R = 40.37%
G = 56.42%
B = 3.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#97D30C (or 0x97D30C) is known color: Inch Worm. HEX triplet: 97, D3 and 0C. RGB value is (151,211,12). Sum of RGB (Red+Green+Blue) = 151+211+12=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #97D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D30C is #682CF3. Grayscale: #ABABAB. Windows color (decimal): -6827252 or 840599. OLE color: 840599.

HSL color Cylindrical-coordinate representation of color #97D30C: hue angle of 78.09º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97D30C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 211 12 -
CMYK 0.28 0 0.94 0.17
HSL 78.09º 0.89% 0.44% -
HSV(B) 78.09º 0.94% 0.83% -
XYZ 36.12 53.19 8.71 -
YUV 170.37 38.62 114.18 -
System Red Green Blue C M Y K H S L
Decimal 151 211 12 0.28 0 0.94 0.17 78.09 0.89 0.44
Hex 97 D3 C 1C 0 5E 11 4E 59 2C
Octal 227 323 14 34 0 136 21 116 131 54
Binary 10010111 11010011 1100 11100 0 1011110 10001 1001110 1011001 101100

Color Harmonies of #97D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D30C

Black with #97D30C

Text Example


Text Example

White with #97D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,211,12); }

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

background-color css

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

 a { background-color: rgb(151,211,12); }

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

border-color css

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

 span { border-color: rgb(151,211,12); }

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