#97FA01

Color #97FA01 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #97FA01

Tints of Spring Bud #97FA01

Color information

#97FA01 (or 0x97FA01) is unknown color: approx Spring Bud. HEX triplet: 97, FA and 01. RGB value is (151,250,1). Sum of RGB (Red+Green+Blue) = 151+250+1=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FA01 is #6805FE. Grayscale: #C0C0C0. Windows color (decimal): -6817279 or 129687. OLE color: 129687.

HSL color Cylindrical-coordinate representation of color #97FA01: hue angle of 83.86º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97FA01 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB1512501-
CMYK0.4001.000.02
HSL83.86º99.2%49.22%-
HSV(B)83.86º99.6%98.04%-
XYZ46.9574.9512.02-
YUV192.0120.298.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 250 (98.05% from 255) = 62.19%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=37.56%
G=62.19%
B=0.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15125010.4001.000.0283.8699.249.22
Hex97FA1280642546331
Octal2273721500144212414361
Binary10010111111110101101000011001001010101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,250,1); }

 H1.HeaderClassName
 {
   color: #97FA01;
 }
 .AnyTagClassName
 {
   color: #97FA01;
 }
</style>
background-color css

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

 a { background-color: rgb(151,250,1); }

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

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

 span { border-color: rgb(151,250,1); }

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