#96DA71

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

Shades of Gossip #96DA71

Tints of Gossip #96DA71

Color information

#96DA71 (or 0x96DA71) is unknown color: approx Gossip. HEX triplet: 96, DA and 71. RGB value is (150,218,113). Sum of RGB (Red+Green+Blue) = 150+218+113=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA71 is #69258E. Grayscale: #BABABA. Windows color (decimal): -6890895 or 7461526. OLE color: 7461526.

HSL color Cylindrical-coordinate representation of color #96DA71: hue angle of 98.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96DA71 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB150218113-
CMYK0.3100.480.15
HSL98.86º58.66%64.9%-
HSV(B)98.86º48.17%85.49%-
XYZ40.6357.8224.64-
YUV185.786.97102.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 218 (85.55% from 255) = 45.32%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=31.19%
G=45.32%
B=23.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181130.3100.480.1598.8658.6664.9
Hex96DA711F030F633b41
Octal226332161370601714373101
Binary10010110110110101110001111110110000111111000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DA71; }

 p { color: rgb(150,218,113); }

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

<style>
 a { background-color: #96DA71; }

 a { background-color: rgb(150,218,113); }

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

<style>
 span { border-color: #96DA71; }

 span { border-color: rgb(150,218,113); }

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