#96ED73

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

Shades of Gossip #96ED73

Tints of Gossip #96ED73

Color information

#96ED73 (or 0x96ED73) is unknown color: approx Gossip. HEX triplet: 96, ED and 73. RGB value is (150,237,115). Sum of RGB (Red+Green+Blue) = 150+237+115=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED73 is #69128C. Grayscale: #C5C5C5. Windows color (decimal): -6886029 or 7597462. OLE color: 7597462.

HSL color Cylindrical-coordinate representation of color #96ED73: hue angle of 102.79º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96ED73 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB150237115-
CMYK0.3700.510.07
HSL102.79º77.22%69.02%-
HSV(B)102.79º51.48%92.94%-
XYZ45.9668.2926.98-
YUV197.0881.6894.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=29.88%
G=47.21%
B=22.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502371150.3700.510.07102.7977.2269.02
Hex96ED73250337674d45
Octal226355163450637147115105
Binary100101101110110111100111001010110011111110011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ED73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,237,115); }

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

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

 a { background-color: rgb(150,237,115); }

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

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

 span { border-color: rgb(150,237,115); }

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