Html Css Color HEX #97E600 Spring Bud

📋 copy color: '#97E600'

red 151 ◦ green 230 ◦ blue 0

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

Shades of Spring Bud #97E600

Tints of Spring Bud #97E600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 60.37%

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

R = 39.63%
G = 60.37%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#97E600 (or 0x97E600) is known color: Spring Bud. HEX triplet: 97, E6 and 00. RGB value is (151,230,0). Sum of RGB (Red+Green+Blue) = 151+230+0=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 230 (90.23% from 255 or 60.37% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 230 - color contains mainly: green. Hex color #97E600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97E600 is #6819FF. Grayscale: #B5B5B5. Windows color (decimal): -6822400 or 59031. OLE color: 59031.

HSL color Cylindrical-coordinate representation of color #97E600: hue angle of 80.61º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97E600 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 230 0 -
CMYK 0.34 0 1 0.10
HSL 80.61º 1% 0.45% -
HSV(B) 80.61º 1% 0.9% -
XYZ 41.06 63.17 10.03 -
YUV 180.16 26.33 107.2 -
System Red Green Blue C M Y K H S L
Decimal 151 230 0 0.34 0 1 0.10 80.61 1 0.45
Hex 97 E6 0 22 0 64 A 51 64 2D
Octal 227 346 0 42 0 144 12 121 144 55
Binary 10010111 11100110 0 100010 0 1100100 1010 1010001 1100100 101101

Color Harmonies of #97E600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E600

Black with #97E600

Text Example


Text Example

White with #97E600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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