#95EB78

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

Shades of Gossip #95EB78

Tints of Gossip #95EB78

Color information

#95EB78 (or 0x95EB78) is unknown color: approx Gossip. HEX triplet: 95, EB and 78. RGB value is (149,235,120). Sum of RGB (Red+Green+Blue) = 149+235+120=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #95EB78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EB78 is #6A1487. Grayscale: #C4C4C4. Windows color (decimal): -6952072 or 7924629. OLE color: 7924629.

HSL color Cylindrical-coordinate representation of color #95EB78: hue angle of 104.87º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95EB78 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB149235120-
CMYK0.3700.490.08
HSL104.87º74.19%69.61%-
HSV(B)104.87º48.94%92.16%-
XYZ45.4967.1628.34-
YUV196.1885.0194.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 235 (92.19% from 255) = 46.63%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=29.56%
G=46.63%
B=23.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492351200.3700.490.08104.8774.1969.61
Hex95EB78250318694a46
Octal2253531704506110151112106
Binary1001010111101011111100010010101100011000110100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,235,120); }

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

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

 a { background-color: rgb(149,235,120); }

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

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

 span { border-color: rgb(149,235,120); }

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