#95CD8C

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

Shades of Gossip #95CD8C

Tints of Gossip #95CD8C

Color information

#95CD8C (or 0x95CD8C) is unknown color: approx Gossip. HEX triplet: 95, CD and 8C. RGB value is (149,205,140). Sum of RGB (Red+Green+Blue) = 149+205+140=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CD8C is #6A3273. Grayscale: #B5B5B5. Windows color (decimal): -6959732 or 9227669. OLE color: 9227669.

HSL color Cylindrical-coordinate representation of color #95CD8C: hue angle of 111.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95CD8C is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB149205140-
CMYK0.2700.320.20
HSL111.69º39.39%67.65%-
HSV(B)111.69º31.71%80.39%-
XYZ38.9651.9532.78-
YUV180.85104.95105.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=30.16%
G=41.50%
B=28.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051400.2700.320.20111.6939.3967.65
Hex95CD8C1B02014702744
Octal225315214330402416047104
Binary1001010111001101100011001101101000001010011100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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