Html Css Color HEX #97E000 Spring Bud

📋 copy color: '#97E000'

red 151 ◦ green 224 ◦ blue 0

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

Shades of Spring Bud #97E000

Tints of Spring Bud #97E000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.73%

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

R = 40.27%
G = 59.73%
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

#97E000 (or 0x97E000) is known color: Spring Bud. HEX triplet: 97, E0 and 00. RGB value is (151,224,0). Sum of RGB (Red+Green+Blue) = 151+224+0=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #97E000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E000 is #681FFF. Grayscale: #B1B1B1. Windows color (decimal): -6823936 or 57495. OLE color: 57495.

HSL color Cylindrical-coordinate representation of color #97E000: hue angle of 79.55º 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 #97E000 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 224 0 -
CMYK 0.33 0 1 0.12
HSL 79.55º 1% 0.44% -
HSV(B) 79.55º 1% 0.88% -
XYZ 39.42 59.89 9.48 -
YUV 176.64 28.32 109.71 -
System Red Green Blue C M Y K H S L
Decimal 151 224 0 0.33 0 1 0.12 79.55 1 0.44
Hex 97 E0 0 21 0 64 C 50 64 2C
Octal 227 340 0 41 0 144 14 120 144 54
Binary 10010111 11100000 0 100001 0 1100100 1100 1010000 1100100 101100

Color Harmonies of #97E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E000

Black with #97E000

Text Example


Text Example

White with #97E000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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