#95E66C

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

Shades of Gossip #95E66C

Tints of Gossip #95E66C

Color information

#95E66C (or 0x95E66C) is unknown color: approx Gossip. HEX triplet: 95, E6 and 6C. RGB value is (149,230,108). Sum of RGB (Red+Green+Blue) = 149+230+108=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #95E66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E66C is #6A1993. Grayscale: #C0C0C0. Windows color (decimal): -6953364 or 7136917. OLE color: 7136917.

HSL color Cylindrical-coordinate representation of color #95E66C: hue angle of 99.84º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95E66C is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB149230108-
CMYK0.3500.530.10
HSL99.84º70.93%66.27%-
HSV(B)99.84º53.04%90.2%-
XYZ43.464.0724.27-
YUV191.8780.6697.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 230 (90.23% from 255) = 47.23%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=30.60%
G=47.23%
B=22.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492301080.3500.530.1099.8470.9366.27
Hex95E66C23035A644742
Octal2253461544306512144107102
Binary1001010111100110110110010001101101011010110010010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,230,108); }

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

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

 a { background-color: rgb(149,230,108); }

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

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

 span { border-color: rgb(149,230,108); }

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