#97f13f

Color #97F13F Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #97F13F

Tints of Green Yellow #97F13F

Color information

#97F13F (or 0x97F13F) is unknown color: approx Green Yellow. HEX triplet: 97, F1 and 3F. RGB value is (151,241,63). Sum of RGB (Red+Green+Blue) = 151+241+63=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #97F13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97F13F is #680EC0. Grayscale: #C2C2C2. Windows color (decimal): -6819521 or 4190615. OLE color: 4190615.

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

Color convert

RGB15124163-
CMYK0.3700.740.05
HSL90.34º86.41%59.61%-
HSV(B)90.34º73.86%94.51%-
XYZ45.1269.8515.81-
YUV193.854.1897.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 241 (94.53% from 255) = 52.97%
BLUE value IS 63 (25% from 255) = 13.85%
R=33.19%
G=52.97%
B=13.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151241630.3700.740.0590.3486.4159.61
Hex97F13F2504A55a563c
Octal22736177450112513212674
Binary10010111111100011111111001010100101010110110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97f13f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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