#96EB77

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

Shades of Gossip #96EB77

Tints of Gossip #96EB77

Color information

#96EB77 (or 0x96EB77) is unknown color: approx Gossip. HEX triplet: 96, EB and 77. RGB value is (150,235,119). Sum of RGB (Red+Green+Blue) = 150+235+119=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EB77 is #691488. Grayscale: #C4C4C4. Windows color (decimal): -6886537 or 7859094. OLE color: 7859094.

HSL color Cylindrical-coordinate representation of color #96EB77: hue angle of 103.97º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96EB77 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB150235119-
CMYK0.3600.490.08
HSL103.97º74.36%69.41%-
HSV(B)103.97º49.36%92.16%-
XYZ45.6267.2328.03-
YUV196.3684.3494.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 235 (92.19% from 255) = 46.63%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=29.76%
G=46.63%
B=23.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351190.3600.490.08103.9774.3669.41
Hex96EB77240318684a45
Octal2263531674406110150112105
Binary1001011011101011111011110010001100011000110100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,119); }

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

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

 a { background-color: rgb(150,235,119); }

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

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

 span { border-color: rgb(150,235,119); }

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