#95CE7C

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

Shades of Gossip #95CE7C

Tints of Gossip #95CE7C

Color information

#95CE7C (or 0x95CE7C) is unknown color: approx Gossip. HEX triplet: 95, CE and 7C. RGB value is (149,206,124). Sum of RGB (Red+Green+Blue) = 149+206+124=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE7C is #6A3183. Grayscale: #B3B3B3. Windows color (decimal): -6959492 or 8179349. OLE color: 8179349.

HSL color Cylindrical-coordinate representation of color #95CE7C: hue angle of 101.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95CE7C is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB149206124-
CMYK0.2800.400.19
HSL101.71º45.56%64.71%-
HSV(B)101.71º39.81%80.78%-
XYZ38.151.9927.1-
YUV179.6196.62106.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 206 (80.86% from 255) = 43.01%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=31.11%
G=43.01%
B=25.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061240.2800.400.19101.7145.5664.71
Hex95CE7C1C02813662e41
Octal225316174340502314656101
Binary100101011100111011111001110001010001001111001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,124); }

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

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

 a { background-color: rgb(149,206,124); }

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

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

 span { border-color: rgb(149,206,124); }

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