Html Css Color HEX #97E100 Spring Bud

📋 copy color: '#97E100'

red 151 ◦ green 225 ◦ blue 0

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

Shades of Spring Bud #97E100

Tints of Spring Bud #97E100

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.84%

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

R = 40.16%
G = 59.84%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#97E100 (or 0x97E100) is known color: Spring Bud. HEX triplet: 97, E1 and 00. RGB value is (151,225,0). Sum of RGB (Red+Green+Blue) = 151+225+0=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 225 (88.28% from 255 or 59.84% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 225 - color contains mainly: green. Hex color #97E100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E100 is #681EFF. Grayscale: #B2B2B2. Windows color (decimal): -6823680 or 57751. OLE color: 57751.

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

Color convert

RGB 151 225 0 -
CMYK 0.33 0 1 0.12
HSL 79.73º 1% 0.44% -
HSV(B) 79.73º 1% 0.88% -
XYZ 39.69 60.43 9.57 -
YUV 177.22 27.98 109.3 -
System Red Green Blue C M Y K H S L
Decimal 151 225 0 0.33 0 1 0.12 79.73 1 0.44
Hex 97 E1 0 21 0 64 C 50 64 2C
Octal 227 341 0 41 0 144 14 120 144 54
Binary 10010111 11100001 0 100001 0 1100100 1100 1010000 1100100 101100

Color Harmonies of #97E100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E100

Black with #97E100

Text Example


Text Example

White with #97E100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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