#95D76F

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

Shades of Gossip #95D76F

Tints of Gossip #95D76F

Color information

#95D76F (or 0x95D76F) is unknown color: approx Gossip. HEX triplet: 95, D7 and 6F. RGB value is (149,215,111). Sum of RGB (Red+Green+Blue) = 149+215+111=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #95D76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D76F is #6A2890. Grayscale: #B7B7B7. Windows color (decimal): -6957201 or 7329685. OLE color: 7329685.

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

Color convert

RGB149215111-
CMYK0.3100.480.16
HSL98.08º56.52%63.92%-
HSV(B)98.08º48.37%84.31%-
XYZ39.5656.1423.79-
YUV183.4187.13103.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=31.37%
G=45.26%
B=23.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151110.3100.480.1698.0856.5263.92
Hex95D76F1F03010623940
Octal225327157370602014271100
Binary100101011101011111011111111101100001000011000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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