#95D37F

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

Shades of Gossip #95D37F

Tints of Gossip #95D37F

Color information

#95D37F (or 0x95D37F) is unknown color: approx Gossip. HEX triplet: 95, D3 and 7F. RGB value is (149,211,127). Sum of RGB (Red+Green+Blue) = 149+211+127=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #95D37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D37F is #6A2C80. Grayscale: #B7B7B7. Windows color (decimal): -6958209 or 8377237. OLE color: 8377237.

HSL color Cylindrical-coordinate representation of color #95D37F: hue angle of 104.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D37F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB149211127-
CMYK0.2900.400.17
HSL104.29º48.84%66.27%-
HSV(B)104.29º39.81%82.75%-
XYZ39.5254.5128.52-
YUV182.8996.46103.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 211 (82.81% from 255) = 43.33%
BLUE value IS 127 (50% from 255) = 26.08%
R=30.60%
G=43.33%
B=26.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111270.2900.400.17104.2948.8466.27
Hex95D37F1D02811683142
Octal225323177350502115061102
Binary100101011101001111111111110101010001000111010001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,127); }

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

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

 a { background-color: rgb(149,211,127); }

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

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

 span { border-color: rgb(149,211,127); }

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