#97F115

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

Shades of Spring Bud #97F115

Tints of Spring Bud #97F115

Color information

#97F115 (or 0x97F115) is unknown color: approx Spring Bud. HEX triplet: 97, F1 and 15. RGB value is (151,241,21). Sum of RGB (Red+Green+Blue) = 151+241+21=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #97F115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F115 is #680EEA. Grayscale: #BDBDBD. Windows color (decimal): -6819563 or 1438103. OLE color: 1438103.

HSL color Cylindrical-coordinate representation of color #97F115: hue angle of 84.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97F115 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB15124121-
CMYK0.3700.910.05
HSL84.55º88.71%51.37%-
HSV(B)84.55º91.29%94.51%-
XYZ44.3569.5411.8-
YUV189.0133.18100.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.56%
GREEN value IS 241 (94.53% from 255) = 58.35%
BLUE value IS 21 (8.59% from 255) = 5.08%
R=36.56%
G=58.35%
B=5.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151241210.3700.910.0584.5588.7151.37
Hex97F1152505B5555933
Octal22736125450133512513163
Binary1001011111110001101011001010101101110110101011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,241,21); }

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

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

 a { background-color: rgb(151,241,21); }

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

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

 span { border-color: rgb(151,241,21); }

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