#95CD7C

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

Shades of Gossip #95CD7C

Tints of Gossip #95CD7C

Color information

#95CD7C (or 0x95CD7C) is unknown color: approx Gossip. HEX triplet: 95, CD and 7C. RGB value is (149,205,124). Sum of RGB (Red+Green+Blue) = 149+205+124=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD7C is #6A3283. Grayscale: #B3B3B3. Windows color (decimal): -6959748 or 8179093. OLE color: 8179093.

HSL color Cylindrical-coordinate representation of color #95CD7C: hue angle of 101.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95CD7C is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB149205124-
CMYK0.2700.400.20
HSL101.48º44.75%64.51%-
HSV(B)101.48º39.51%80.39%-
XYZ37.8651.5127.02-
YUV179.0296.95106.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=31.17%
G=42.89%
B=25.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051240.2700.400.20101.4844.7564.51
Hex95CD7C1B02814652d41
Octal225315174330502414555101
Binary100101011100110111111001101101010001010011001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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