#96ED71

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

Shades of Gossip #96ED71

Tints of Gossip #96ED71

Color information

#96ED71 (or 0x96ED71) is unknown color: approx Gossip. HEX triplet: 96, ED and 71. RGB value is (150,237,113). Sum of RGB (Red+Green+Blue) = 150+237+113=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED71 is #69128E. Grayscale: #C5C5C5. Windows color (decimal): -6886031 or 7466390. OLE color: 7466390.

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

Color convert

RGB150237113-
CMYK0.3700.520.07
HSL102.1º77.5%68.63%-
HSV(B)102.1º52.32%92.94%-
XYZ45.8468.2426.38-
YUV196.8580.6894.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 237 (92.97% from 255) = 47.4%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=30%
G=47.4%
B=22.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502371130.3700.520.07102.177.568.63
Hex96ED71250347664e45
Octal226355161450647146116105
Binary100101101110110111100011001010110100111110011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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