Html Css Color HEX #97E506 Spring Bud

📋 copy color: '#97E506'

red 151 ◦ green 229 ◦ blue 6

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

Shades of Spring Bud #97E506

Tints of Spring Bud #97E506

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.33%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 39.12%
G = 59.33%
B = 1.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#97E506 (or 0x97E506) is known color: Spring Bud. HEX triplet: 97, E5 and 06. RGB value is (151,229,6). Sum of RGB (Red+Green+Blue) = 151+229+6=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #97E506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E506 is #681AF9. Grayscale: #B5B5B5. Windows color (decimal): -6822650 or 451991. OLE color: 451991.

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

Color convert

RGB 151 229 6 -
CMYK 0.34 0 0.97 0.10
HSL 80.99º 0.95% 0.46% -
HSV(B) 80.99º 0.97% 0.9% -
XYZ 40.81 62.63 10.11 -
YUV 180.26 29.66 107.13 -
System Red Green Blue C M Y K H S L
Decimal 151 229 6 0.34 0 0.97 0.10 80.99 0.95 0.46
Hex 97 E5 6 22 0 61 A 51 5F 2E
Octal 227 345 6 42 0 141 12 121 137 56
Binary 10010111 11100101 110 100010 0 1100001 1010 1010001 1011111 101110

Color Harmonies of #97E506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E506

Black with #97E506

Text Example


Text Example

White with #97E506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,229,6); }

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

background-color css

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

 a { background-color: rgb(151,229,6); }

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

border-color css

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

 span { border-color: rgb(151,229,6); }

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