#95CC7D

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

Shades of Gossip #95CC7D

Tints of Gossip #95CC7D

Color information

#95CC7D (or 0x95CC7D) is unknown color: approx Gossip. HEX triplet: 95, CC and 7D. RGB value is (149,204,125). Sum of RGB (Red+Green+Blue) = 149+204+125=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CC7D is #6A3382. Grayscale: #B2B2B2. Windows color (decimal): -6960003 or 8244373. OLE color: 8244373.

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

Color convert

RGB149204125-
CMYK0.2700.390.2
HSL101.77º43.65%64.51%-
HSV(B)101.77º38.73%80%-
XYZ37.6951.0627.27-
YUV178.5597.78106.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=31.17%
G=42.68%
B=26.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1492041250.2700.390.2101.7743.6564.51
Hex95CC7D1B02714662c41
Octal225314175330472414654101
Binary100101011100110011111011101101001111010011001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,125); }

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

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

 a { background-color: rgb(149,204,125); }

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

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

 span { border-color: rgb(149,204,125); }

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