#97D681

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

Shades of Gossip #97D681

Tints of Gossip #97D681

Color information

#97D681 (or 0x97D681) is unknown color: approx Gossip. HEX triplet: 97, D6 and 81. RGB value is (151,214,129). Sum of RGB (Red+Green+Blue) = 151+214+129=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #97D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D681 is #68297E. Grayscale: #B9B9B9. Windows color (decimal): -6826367 or 8509079. OLE color: 8509079.

HSL color Cylindrical-coordinate representation of color #97D681: hue angle of 104.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D681 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB151214129-
CMYK0.2900.400.16
HSL104.47º50.9%67.25%-
HSV(B)104.47º39.72%83.92%-
XYZ40.7756.2629.48-
YUV185.4796.13103.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=30.57%
G=43.32%
B=26.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141290.2900.400.16104.4750.967.25
Hex97D6811D02810683343
Octal227326201350502015063103
Binary1001011111010110100000011110101010001000011010001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,214,129); }

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

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

 a { background-color: rgb(151,214,129); }

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

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

 span { border-color: rgb(151,214,129); }

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