#97DF80

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

Shades of Gossip #97DF80

Tints of Gossip #97DF80

Color information

#97DF80 (or 0x97DF80) is unknown color: approx Gossip. HEX triplet: 97, DF and 80. RGB value is (151,223,128). Sum of RGB (Red+Green+Blue) = 151+223+128=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF80 is #68207F. Grayscale: #BEBEBE. Windows color (decimal): -6824064 or 8445847. OLE color: 8445847.

HSL color Cylindrical-coordinate representation of color #97DF80: hue angle of 105.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97DF80 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB151223128-
CMYK0.3200.430.13
HSL105.47º59.75%68.82%-
HSV(B)105.47º42.6%87.45%-
XYZ43.0560.9129.91-
YUV190.6492.6599.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.08%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=30.08%
G=44.42%
B=25.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512231280.3200.430.13105.4759.7568.82
Hex97DF802002BD693c45
Octal227337200400531515174105
Binary1001011111011111100000001000000101011110111010011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,223,128); }

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

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

 a { background-color: rgb(151,223,128); }

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

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

 span { border-color: rgb(151,223,128); }

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