#96E778

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

Shades of Gossip #96E778

Tints of Gossip #96E778

Color information

#96E778 (or 0x96E778) is unknown color: approx Gossip. HEX triplet: 96, E7 and 78. RGB value is (150,231,120). Sum of RGB (Red+Green+Blue) = 150+231+120=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #96E778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E778 is #691887. Grayscale: #C2C2C2. Windows color (decimal): -6887560 or 7923606. OLE color: 7923606.

HSL color Cylindrical-coordinate representation of color #96E778: hue angle of 103.78º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96E778 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB150231120-
CMYK0.3500.480.09
HSL103.78º69.81%68.82%-
HSV(B)103.78º48.05%90.59%-
XYZ44.5464.9927.97-
YUV194.1386.1696.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 231 (90.62% from 255) = 46.11%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=29.94%
G=46.11%
B=23.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311200.3500.480.09103.7869.8168.82
Hex96E778230309684645
Octal2263471704306011150106105
Binary1001011011100111111100010001101100001001110100010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,120); }

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

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

 a { background-color: rgb(150,231,120); }

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

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

 span { border-color: rgb(150,231,120); }

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