Html Css Color HEX #97E605 Spring Bud

📋 copy color: '#97E605'

red 151 ◦ green 230 ◦ blue 5

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

Shades of Spring Bud #97E605

Tints of Spring Bud #97E605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 39.12%
G = 59.59%
B = 1.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#97E605 (or 0x97E605) is known color: Spring Bud. HEX triplet: 97, E6 and 05. RGB value is (151,230,5). Sum of RGB (Red+Green+Blue) = 151+230+5=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #97E605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97E605 is #6819FA. Grayscale: #B5B5B5. Windows color (decimal): -6822395 or 386711. OLE color: 386711.

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

Color convert

RGB 151 230 5 -
CMYK 0.34 0 0.98 0.10
HSL 81.07º 0.96% 0.46% -
HSV(B) 81.07º 0.98% 0.9% -
XYZ 41.09 63.18 10.17 -
YUV 180.73 28.83 106.8 -
System Red Green Blue C M Y K H S L
Decimal 151 230 5 0.34 0 0.98 0.10 81.07 0.96 0.46
Hex 97 E6 5 22 0 62 A 51 60 2E
Octal 227 346 5 42 0 142 12 121 140 56
Binary 10010111 11100110 101 100010 0 1100010 1010 1010001 1100000 101110

Color Harmonies of #97E605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E605

Black with #97E605

Text Example


Text Example

White with #97E605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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