#96EF76

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

Shades of Gossip #96EF76

Tints of Gossip #96EF76

Color information

#96EF76 (or 0x96EF76) is unknown color: approx Gossip. HEX triplet: 96, EF and 76. RGB value is (150,239,118). Sum of RGB (Red+Green+Blue) = 150+239+118=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EF76 is #691089. Grayscale: #C6C6C6. Windows color (decimal): -6885514 or 7794582. OLE color: 7794582.

HSL color Cylindrical-coordinate representation of color #96EF76: hue angle of 104.13º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96EF76 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB150239118-
CMYK0.3700.510.06
HSL104.13º79.08%70%-
HSV(B)104.13º50.63%93.73%-
XYZ46.7169.5328.1-
YUV198.5982.5193.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.59%
GREEN value IS 239 (93.75% from 255) = 47.14%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=29.59%
G=47.14%
B=23.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502391180.3700.510.06104.1379.0870
Hex96EF76250336684f46
Octal226357166450636150117106
Binary100101101110111111101101001010110011110110100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,118); }

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

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

 a { background-color: rgb(150,239,118); }

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

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

 span { border-color: rgb(150,239,118); }

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