#96DA7F

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

Shades of Gossip #96DA7F

Tints of Gossip #96DA7F

Color information

#96DA7F (or 0x96DA7F) is unknown color: approx Gossip. HEX triplet: 96, DA and 7F. RGB value is (150,218,127). Sum of RGB (Red+Green+Blue) = 150+218+127=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA7F is #692580. Grayscale: #BBBBBB. Windows color (decimal): -6890881 or 8379030. OLE color: 8379030.

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

Color convert

RGB150218127-
CMYK0.3100.420.15
HSL104.84º55.15%67.65%-
HSV(B)104.84º41.74%85.49%-
XYZ41.4858.1629.12-
YUV187.2993.97101.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 127 (50% from 255) = 25.66%
R=30.30%
G=44.04%
B=25.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502181270.3100.420.15104.8455.1567.65
Hex96DA7F1F02AF693744
Octal226332177370521715167104
Binary10010110110110101111111111110101010111111010011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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