#97D987

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

Shades of Gossip #97D987

Tints of Gossip #97D987

Color information

#97D987 (or 0x97D987) is unknown color: approx Gossip. HEX triplet: 97, D9 and 87. RGB value is (151,217,135). Sum of RGB (Red+Green+Blue) = 151+217+135=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #97D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D987 is #682678. Grayscale: #BCBCBC. Windows color (decimal): -6825593 or 8903063. OLE color: 8903063.

HSL color Cylindrical-coordinate representation of color #97D987: hue angle of 108.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97D987 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB151217135-
CMYK0.3000.380.15
HSL108.29º51.9%69.02%-
HSV(B)108.29º37.79%85.1%-
XYZ41.9557.9531.9-
YUV187.9298.13101.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 217 (85.16% from 255) = 43.14%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=30.02%
G=43.14%
B=26.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171350.3000.380.15108.2951.969.02
Hex97D9871E026F6c3445
Octal227331207360461715464105
Binary100101111101100110000111111100100110111111011001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,217,135); }

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

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

 a { background-color: rgb(151,217,135); }

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

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

 span { border-color: rgb(151,217,135); }

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