#95E76B

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

Shades of Gossip #95E76B

Tints of Gossip #95E76B

Color information

#95E76B (or 0x95E76B) is unknown color: approx Gossip. HEX triplet: 95, E7 and 6B. RGB value is (149,231,107). Sum of RGB (Red+Green+Blue) = 149+231+107=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #95E76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E76B is #6A1894. Grayscale: #C0C0C0. Windows color (decimal): -6953109 or 7071637. OLE color: 7071637.

HSL color Cylindrical-coordinate representation of color #95E76B: hue angle of 99.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95E76B is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB149231107-
CMYK0.3500.540.09
HSL99.68º72.09%66.27%-
HSV(B)99.68º53.68%90.59%-
XYZ43.6264.624.08-
YUV192.3579.8397.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 231 (90.62% from 255) = 47.43%
BLUE value IS 107 (42.19% from 255) = 21.97%
R=30.60%
G=47.43%
B=21.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492311070.3500.540.0999.6872.0966.27
Hex95E76B230369644842
Octal2253471534306611144110102
Binary1001010111100111110101110001101101101001110010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E76B; }

 p { color: rgb(149,231,107); }

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

<style>
 a { background-color: #95E76B; }

 a { background-color: rgb(149,231,107); }

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

<style>
 span { border-color: #95E76B; }

 span { border-color: rgb(149,231,107); }

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