#96E063

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

Shades of Gossip #96E063

Tints of Gossip #96E063

Color information

#96E063 (or 0x96E063) is unknown color: approx Gossip. HEX triplet: 96, E0 and 63. RGB value is (150,224,99). Sum of RGB (Red+Green+Blue) = 150+224+99=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #96E063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E063 is #691F9C. Grayscale: #BCBCBC. Windows color (decimal): -6889373 or 6545558. OLE color: 6545558.

HSL color Cylindrical-coordinate representation of color #96E063: hue angle of 95.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96E063 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB15022499-
CMYK0.3300.560.12
HSL95.52º66.84%63.33%-
HSV(B)95.52º55.8%87.84%-
XYZ41.4960.721.33-
YUV187.6277.98101.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 224 (87.89% from 255) = 47.36%
BLUE value IS 99 (39.06% from 255) = 20.93%
R=31.71%
G=47.36%
B=20.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150224990.3300.560.1295.5266.8463.33
Hex96E06321038C60433f
Octal226340143410701414010377
Binary100101101110000011000111000010111000110011000001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,99); }

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

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

 a { background-color: rgb(150,224,99); }

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

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

 span { border-color: rgb(150,224,99); }

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