#96EB72

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

Shades of Gossip #96EB72

Tints of Gossip #96EB72

Color information

#96EB72 (or 0x96EB72) is unknown color: approx Gossip. HEX triplet: 96, EB and 72. RGB value is (150,235,114). Sum of RGB (Red+Green+Blue) = 150+235+114=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EB72 is #69148D. Grayscale: #C4C4C4. Windows color (decimal): -6886542 or 7531414. OLE color: 7531414.

HSL color Cylindrical-coordinate representation of color #96EB72: hue angle of 102.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96EB72 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB150235114-
CMYK0.3600.510.08
HSL102.15º75.16%68.43%-
HSV(B)102.15º51.49%92.16%-
XYZ45.3267.1226.49-
YUV195.7981.8495.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=30.06%
G=47.09%
B=22.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351140.3600.510.08102.1575.1668.43
Hex96EB72240338664b44
Octal2263531624406310146113104
Binary1001011011101011111001010010001100111000110011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,114); }

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

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

 a { background-color: rgb(150,235,114); }

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

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

 span { border-color: rgb(150,235,114); }

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