#96E47F

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

Shades of Gossip #96E47F

Tints of Gossip #96E47F

Color information

#96E47F (or 0x96E47F) is unknown color: approx Gossip. HEX triplet: 96, E4 and 7F. RGB value is (150,228,127). Sum of RGB (Red+Green+Blue) = 150+228+127=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #96E47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E47F is #691B80. Grayscale: #C1C1C1. Windows color (decimal): -6888321 or 8381590. OLE color: 8381590.

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

Color convert

RGB150228127-
CMYK0.3400.440.11
HSL106.34º65.16%69.61%-
HSV(B)106.34º44.3%89.41%-
XYZ44.1563.530.01-
YUV193.1690.6697.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 228 (89.45% from 255) = 45.15%
BLUE value IS 127 (50% from 255) = 25.15%
R=29.70%
G=45.15%
B=25.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502281270.3400.440.11106.3465.1669.61
Hex96E47F2202CB6a4146
Octal2263441774205413152101106
Binary1001011011100100111111110001001011001011110101010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,228,127); }

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

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

 a { background-color: rgb(150,228,127); }

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

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

 span { border-color: rgb(150,228,127); }

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