#96E364

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

Shades of Gossip #96E364

Tints of Gossip #96E364

Color information

#96E364 (or 0x96E364) is unknown color: approx Gossip. HEX triplet: 96, E3 and 64. RGB value is (150,227,100). Sum of RGB (Red+Green+Blue) = 150+227+100=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #96E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E364 is #691C9B. Grayscale: #BDBDBD. Windows color (decimal): -6888604 or 6611862. OLE color: 6611862.

HSL color Cylindrical-coordinate representation of color #96E364: hue angle of 96.38º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96E364 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB150227100-
CMYK0.3400.560.11
HSL96.38º69.4%64.12%-
HSV(B)96.38º55.95%89.02%-
XYZ42.3562.3421.86-
YUV189.577.4999.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 227 (89.06% from 255) = 47.59%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=31.45%
G=47.59%
B=20.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502271000.3400.560.1196.3869.464.12
Hex96E36422038B604540
Octal2263431444207013140105100
Binary1001011011100011110010010001001110001011110000010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,227,100); }

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

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

 a { background-color: rgb(150,227,100); }

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

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

 span { border-color: rgb(150,227,100); }

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