#95D77E

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

Shades of Gossip #95D77E

Tints of Gossip #95D77E

Color information

#95D77E (or 0x95D77E) is unknown color: approx Gossip. HEX triplet: 95, D7 and 7E. RGB value is (149,215,126). Sum of RGB (Red+Green+Blue) = 149+215+126=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #95D77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D77E is #6A2881. Grayscale: #B9B9B9. Windows color (decimal): -6957186 or 8312725. OLE color: 8312725.

HSL color Cylindrical-coordinate representation of color #95D77E: hue angle of 104.49º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95D77E is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB149215126-
CMYK0.3100.410.16
HSL104.49º52.66%66.86%-
HSV(B)104.49º41.4%84.31%-
XYZ40.4656.528.51-
YUV185.1294.63102.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 215 (84.38% from 255) = 43.88%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=30.41%
G=43.88%
B=25.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151260.3100.410.16104.4952.6666.86
Hex95D77E1F02910683543
Octal225327176370512015065103
Binary100101011101011111111101111101010011000011010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,215,126); }

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

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

 a { background-color: rgb(149,215,126); }

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

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

 span { border-color: rgb(149,215,126); }

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