#97EB78

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

Shades of Gossip #97EB78

Tints of Gossip #97EB78

Color information

#97EB78 (or 0x97EB78) is unknown color: approx Gossip. HEX triplet: 97, EB and 78. RGB value is (151,235,120). Sum of RGB (Red+Green+Blue) = 151+235+120=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #97EB78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97EB78 is #681487. Grayscale: #C5C5C5. Windows color (decimal): -6821000 or 7924631. OLE color: 7924631.

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

Color convert

RGB151235120-
CMYK0.3600.490.08
HSL103.83º74.19%69.61%-
HSV(B)103.83º48.94%92.16%-
XYZ45.8667.3528.35-
YUV196.7784.6795.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=29.84%
G=46.44%
B=23.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351200.3600.490.08103.8374.1969.61
Hex97EB78240318684a46
Octal2273531704406110150112106
Binary1001011111101011111100010010001100011000110100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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