#97D16E

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

Shades of Gossip #97D16E

Tints of Gossip #97D16E

Color information

#97D16E (or 0x97D16E) is unknown color: approx Gossip. HEX triplet: 97, D1 and 6E. RGB value is (151,209,110). Sum of RGB (Red+Green+Blue) = 151+209+110=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #97D16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D16E is #682E91. Grayscale: #B4B4B4. Windows color (decimal): -6827666 or 7262615. OLE color: 7262615.

HSL color Cylindrical-coordinate representation of color #97D16E: hue angle of 95.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97D16E is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB151209110-
CMYK0.2800.470.18
HSL95.15º51.83%62.55%-
HSV(B)95.15º47.37%81.96%-
XYZ38.3853.3123.02-
YUV180.3788.28107.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=32.13%
G=44.47%
B=23.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512091100.2800.470.1895.1551.8362.55
Hex97D16E1C02F125f343f
Octal22732115634057221376477
Binary10010111110100011101110111000101111100101011111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,209,110); }

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

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

 a { background-color: rgb(151,209,110); }

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

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

 span { border-color: rgb(151,209,110); }

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