#97E180

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

Shades of Gossip #97E180

Tints of Gossip #97E180

Color information

#97E180 (or 0x97E180) is unknown color: approx Gossip. HEX triplet: 97, E1 and 80. RGB value is (151,225,128). Sum of RGB (Red+Green+Blue) = 151+225+128=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #97E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E180 is #681E7F. Grayscale: #C0C0C0. Windows color (decimal): -6823552 or 8446359. OLE color: 8446359.

HSL color Cylindrical-coordinate representation of color #97E180: hue angle of 105.77º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97E180 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB151225128-
CMYK0.3300.430.12
HSL105.77º61.78%69.22%-
HSV(B)105.77º43.11%88.24%-
XYZ43.5861.9930.09-
YUV191.8291.9898.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.96%
GREEN value IS 225 (88.28% from 255) = 44.64%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=29.96%
G=44.64%
B=25.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512251280.3300.430.12105.7761.7869.22
Hex97E1802102BC6a3e45
Octal227341200410531415276105
Binary1001011111100001100000001000010101011110011010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,225,128); }

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

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

 a { background-color: rgb(151,225,128); }

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

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

 span { border-color: rgb(151,225,128); }

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