#97FA0F

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

Shades of Spring Bud #97FA0F

Tints of Spring Bud #97FA0F

Color information

#97FA0F (or 0x97FA0F) is unknown color: approx Spring Bud. HEX triplet: 97, FA and 0F. RGB value is (151,250,15). Sum of RGB (Red+Green+Blue) = 151+250+15=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #97FA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FA0F is #6805F0. Grayscale: #C2C2C2. Windows color (decimal): -6817265 or 1047191. OLE color: 1047191.

HSL color Cylindrical-coordinate representation of color #97FA0F: hue angle of 85.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97FA0F is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB15125015-
CMYK0.4000.940.02
HSL85.28º95.92%51.96%-
HSV(B)85.28º94%98.04%-
XYZ47.0374.9912.45-
YUV193.6127.297.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 250 (98.05% from 255) = 60.10%
BLUE value IS 15 (6.25% from 255) = 3.61%
R=36.30%
G=60.10%
B=3.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151250150.4000.940.0285.2895.9251.96
Hex97FAF2805E2556034
Octal22737217500136212514064
Binary10010111111110101111101000010111101010101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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