#97E875

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

Shades of Gossip #97E875

Tints of Gossip #97E875

Color information

#97E875 (or 0x97E875) is unknown color: approx Gossip. HEX triplet: 97, E8 and 75. RGB value is (151,232,117). Sum of RGB (Red+Green+Blue) = 151+232+117=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 232 (91.02% from 255 or 46.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 232 - color contains mainly: green. Hex color #97E875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E875 is #68178A. Grayscale: #C3C3C3. Windows color (decimal): -6821771 or 7727255. OLE color: 7727255.

HSL color Cylindrical-coordinate representation of color #97E875: hue angle of 102.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97E875 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB151232117-
CMYK0.3500.500.09
HSL102.26º71.43%68.43%-
HSV(B)102.26º49.57%90.98%-
XYZ44.8365.5827.12-
YUV194.6784.1696.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 232 (91.02% from 255) = 46.4%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=30.2%
G=46.4%
B=23.4%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512321170.3500.500.09102.2671.4368.43
Hex97E875230329664744
Octal2273501654306211146107104
Binary1001011111101000111010110001101100101001110011010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,232,117); }

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

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

 a { background-color: rgb(151,232,117); }

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

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

 span { border-color: rgb(151,232,117); }

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