#97EB94

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

Shades of Light Green #97EB94

Tints of Light Green #97EB94

Color information

#97EB94 (or 0x97EB94) is unknown color: approx Light Green. HEX triplet: 97, EB and 94. RGB value is (151,235,148). Sum of RGB (Red+Green+Blue) = 151+235+148=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #97EB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EB94 is #68146B. Grayscale: #C8C8C8. Windows color (decimal): -6820972 or 9759639. OLE color: 9759639.

HSL color Cylindrical-coordinate representation of color #97EB94: hue angle of 117.93º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EB94 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB151235148-
CMYK0.3600.370.08
HSL117.93º68.5%75.1%-
HSV(B)117.93º37.02%92.16%-
XYZ47.8268.1338.65-
YUV199.9798.6793.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.28%
GREEN value IS 235 (92.19% from 255) = 44.01%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=28.28%
G=44.01%
B=27.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351480.3600.370.08117.9368.575.1
Hex97EB9424025876454b
Octal2273532244404510166105113
Binary10010111111010111001010010010001001011000111011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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