Html Css Color HEX #97D50C Inch Worm

📋 copy color: '#97D50C'

red 151 ◦ green 213 ◦ blue 12

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

Shades of Inch Worm #97D50C

Tints of Inch Worm #97D50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.65%

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

R = 40.16%
G = 56.65%
B = 3.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#97D50C (or 0x97D50C) is known color: Inch Worm. HEX triplet: 97, D5 and 0C. RGB value is (151,213,12). Sum of RGB (Red+Green+Blue) = 151+213+12=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #97D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D50C is #682AF3. Grayscale: #ACACAC. Windows color (decimal): -6826740 or 841111. OLE color: 841111.

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

Color convert

RGB 151 213 12 -
CMYK 0.29 0 0.94 0.16
HSL 78.51º 0.89% 0.44% -
HSV(B) 78.51º 0.94% 0.84% -
XYZ 36.62 54.19 8.88 -
YUV 171.55 37.96 113.34 -
System Red Green Blue C M Y K H S L
Decimal 151 213 12 0.29 0 0.94 0.16 78.51 0.89 0.44
Hex 97 D5 C 1D 0 5E 10 4F 59 2C
Octal 227 325 14 35 0 136 20 117 131 54
Binary 10010111 11010101 1100 11101 0 1011110 10000 1001111 1011001 101100

Color Harmonies of #97D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D50C

Black with #97D50C

Text Example


Text Example

White with #97D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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