#95E47F

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

Shades of Gossip #95E47F

Tints of Gossip #95E47F

Color information

#95E47F (or 0x95E47F) is unknown color: approx Gossip. HEX triplet: 95, E4 and 7F. RGB value is (149,228,127). Sum of RGB (Red+Green+Blue) = 149+228+127=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #95E47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E47F is #6A1B80. Grayscale: #C1C1C1. Windows color (decimal): -6953857 or 8381589. OLE color: 8381589.

HSL color Cylindrical-coordinate representation of color #95E47F: hue angle of 106.93º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95E47F is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB149228127-
CMYK0.3500.440.11
HSL106.93º65.16%69.61%-
HSV(B)106.93º44.3%89.41%-
XYZ43.9763.4130-
YUV192.8690.8396.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 228 (89.45% from 255) = 45.24%
BLUE value IS 127 (50% from 255) = 25.20%
R=29.56%
G=45.24%
B=25.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492281270.3500.440.11106.9365.1669.61
Hex95E47F2302CB6b4146
Octal2253441774305413153101106
Binary1001010111100100111111110001101011001011110101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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