#97D482

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

Shades of Gossip #97D482

Tints of Gossip #97D482

Color information

#97D482 (or 0x97D482) is unknown color: approx Gossip. HEX triplet: 97, D4 and 82. RGB value is (151,212,130). Sum of RGB (Red+Green+Blue) = 151+212+130=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #97D482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D482 is #682B7D. Grayscale: #B8B8B8. Windows color (decimal): -6826878 or 8574103. OLE color: 8574103.

HSL color Cylindrical-coordinate representation of color #97D482: hue angle of 104.63º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97D482 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB151212130-
CMYK0.2900.390.17
HSL104.63º48.81%67.06%-
HSV(B)104.63º38.68%83.14%-
XYZ40.3455.2829.66-
YUV184.4197.29104.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=30.63%
G=43.00%
B=26.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512121300.2900.390.17104.6348.8167.06
Hex97D4821D02711693143
Octal227324202350472115161103
Binary1001011111010100100000101110101001111000111010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,212,130); }

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

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

 a { background-color: rgb(151,212,130); }

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

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

 span { border-color: rgb(151,212,130); }

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