#96EA74

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

Shades of Gossip #96EA74

Tints of Gossip #96EA74

Color information

#96EA74 (or 0x96EA74) is unknown color: approx Gossip. HEX triplet: 96, EA and 74. RGB value is (150,234,116). Sum of RGB (Red+Green+Blue) = 150+234+116=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA74 is #69158B. Grayscale: #C3C3C3. Windows color (decimal): -6886796 or 7662230. OLE color: 7662230.

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

Color convert

RGB150234116-
CMYK0.3600.500.08
HSL102.71º73.75%68.63%-
HSV(B)102.71º50.43%91.76%-
XYZ45.1566.5927-
YUV195.4383.1795.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=30%
G=46.8%
B=23.2%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502341160.3600.500.08102.7173.7568.63
Hex96EA74240328674a45
Octal2263521644406210147112105
Binary1001011011101010111010010010001100101000110011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,234,116); }

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

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

 a { background-color: rgb(150,234,116); }

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

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

 span { border-color: rgb(150,234,116); }

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