#97F194

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

Shades of Light Green #97F194

Tints of Light Green #97F194

Color information

#97F194 (or 0x97F194) is unknown color: approx Light Green. HEX triplet: 97, F1 and 94. RGB value is (151,241,148). Sum of RGB (Red+Green+Blue) = 151+241+148=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #97F194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F194 is #680E6B. Grayscale: #CBCBCB. Windows color (decimal): -6819436 or 9761175. OLE color: 9761175.

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

Color convert

RGB151241148-
CMYK0.3700.390.05
HSL118.06º76.86%76.27%-
HSV(B)118.06º38.59%94.51%-
XYZ49.5671.6339.23-
YUV203.4996.6890.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.96%
GREEN value IS 241 (94.53% from 255) = 44.63%
BLUE value IS 148 (58.20% from 255) = 27.41%
R=27.96%
G=44.63%
B=27.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512411480.3700.390.05118.0676.8676.27
Hex97F194250275764d4c
Octal227361224450475166115114
Binary1001011111110001100101001001010100111101111011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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