#97ED98

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

Shades of Light Green #97ED98

Tints of Light Green #97ED98

Color information

#97ED98 (or 0x97ED98) is unknown color: approx Light Green. HEX triplet: 97, ED and 98. RGB value is (151,237,152). Sum of RGB (Red+Green+Blue) = 151+237+152=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #97ED98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97ED98 is #681267. Grayscale: #C9C9C9. Windows color (decimal): -6820456 or 10022295. OLE color: 10022295.

HSL color Cylindrical-coordinate representation of color #97ED98: hue angle of 120.7º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97ED98 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB151237152-
CMYK0.3600.360.07
HSL120.7º70.49%76.08%-
HSV(B)120.7º36.29%92.94%-
XYZ48.7169.4140.54-
YUV201.6100.0191.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.96%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=27.96%
G=43.89%
B=28.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512371520.3600.360.07120.770.4976.08
Hex97ED9824024779464c
Octal227355230440447171106114
Binary1001011111101101100110001001000100100111111100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ED98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,237,152); }

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

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

 a { background-color: rgb(151,237,152); }

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

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

 span { border-color: rgb(151,237,152); }

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