#97E475

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

Shades of Gossip #97E475

Tints of Gossip #97E475

Color information

#97E475 (or 0x97E475) is unknown color: approx Gossip. HEX triplet: 97, E4 and 75. RGB value is (151,228,117). Sum of RGB (Red+Green+Blue) = 151+228+117=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #97E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E475 is #681B8A. Grayscale: #C0C0C0. Windows color (decimal): -6822795 or 7726231. OLE color: 7726231.

HSL color Cylindrical-coordinate representation of color #97E475: hue angle of 101.62º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97E475 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB151228117-
CMYK0.3400.490.11
HSL101.62º67.27%67.65%-
HSV(B)101.62º48.68%89.41%-
XYZ43.7263.3526.75-
YUV192.3285.4998.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 228 (89.45% from 255) = 45.97%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=30.44%
G=45.97%
B=23.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1512281170.3400.490.11101.6267.2767.65
Hex97E47522031B664344
Octal2273441654206113146103104
Binary1001011111100100111010110001001100011011110011010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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