#95E770

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

Shades of Gossip #95E770

Tints of Gossip #95E770

Color information

#95E770 (or 0x95E770) is unknown color: approx Gossip. HEX triplet: 95, E7 and 70. RGB value is (149,231,112). Sum of RGB (Red+Green+Blue) = 149+231+112=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #95E770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E770 is #6A188F. Grayscale: #C1C1C1. Windows color (decimal): -6953104 or 7399317. OLE color: 7399317.

HSL color Cylindrical-coordinate representation of color #95E770: hue angle of 101.34º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95E770 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB149231112-
CMYK0.3500.520.09
HSL101.34º71.26%67.25%-
HSV(B)101.34º51.52%90.59%-
XYZ43.8964.7125.51-
YUV192.9282.3396.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 231 (90.62% from 255) = 46.95%
BLUE value IS 112 (44.14% from 255) = 22.76%
R=30.28%
G=46.95%
B=22.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492311120.3500.520.09101.3471.2667.25
Hex95E770230349654743
Octal2253471604306411145107103
Binary1001010111100111111000010001101101001001110010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,231,112); }

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

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

 a { background-color: rgb(149,231,112); }

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

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

 span { border-color: rgb(149,231,112); }

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