#97CD79

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

Shades of Gossip #97CD79

Tints of Gossip #97CD79

Color information

#97CD79 (or 0x97CD79) is unknown color: approx Gossip. HEX triplet: 97, CD and 79. RGB value is (151,205,121). Sum of RGB (Red+Green+Blue) = 151+205+121=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #97CD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CD79 is #683286. Grayscale: #B3B3B3. Windows color (decimal): -6828679 or 7982487. OLE color: 7982487.

HSL color Cylindrical-coordinate representation of color #97CD79: hue angle of 98.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97CD79 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB151205121-
CMYK0.2600.410.20
HSL98.57º45.65%63.92%-
HSV(B)98.57º40.98%80.39%-
XYZ38.0551.6226.05-
YUV179.2895.11107.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=31.66%
G=42.98%
B=25.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1512051210.2600.410.2098.5745.6563.92
Hex97CD791A02914632e40
Octal227315171320512414356100
Binary100101111100110111110011101001010011010011000111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,205,121); }

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

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

 a { background-color: rgb(151,205,121); }

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

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

 span { border-color: rgb(151,205,121); }

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