Html Css Color HEX #97FE11 Spring Bud

📋 copy color: '#97FE11'

red 151 ◦ green 254 ◦ blue 17

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

Shades of Spring Bud #97FE11

Tints of Spring Bud #97FE11

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.19%

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 35.78%
G = 60.19%
B = 4.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#97FE11 (or 0x97FE11) is known color: Spring Bud. HEX triplet: 97, FE and 11. RGB value is (151,254,17). Sum of RGB (Red+Green+Blue) = 151+254+17=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 254 (99.61% from 255 or 60.19% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 254 - color contains mainly: green. Hex color #97FE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FE11 is #6801EE. Grayscale: #C5C5C5. Windows color (decimal): -6816239 or 1179287. OLE color: 1179287.

HSL color Cylindrical-coordinate representation of color #97FE11: hue angle of 86.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97FE11 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 254 17 -
CMYK 0.41 0 0.93 0.00
HSL 86.08º 0.99% 0.53% -
HSV(B) 86.08º 0.93% 1% -
XYZ 48.31 77.5 12.94 -
YUV 196.19 26.88 95.77 -
System Red Green Blue C M Y K H S L
Decimal 151 254 17 0.41 0 0.93 0.00 86.08 0.99 0.53
Hex 97 FE 11 29 0 5D 0 56 63 35
Octal 227 376 21 51 0 135 0 126 143 65
Binary 10010111 11111110 10001 101001 0 1011101 0 1010110 1100011 110101

Color Harmonies of #97FE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FE11

Black with #97FE11

Text Example


Text Example

White with #97FE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,254,17); }

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

background-color css

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

 a { background-color: rgb(151,254,17); }

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

border-color css

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

 span { border-color: rgb(151,254,17); }

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