#95D781

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

Shades of Gossip #95D781

Tints of Gossip #95D781

Color information

#95D781 (or 0x95D781) is unknown color: approx Gossip. HEX triplet: 95, D7 and 81. RGB value is (149,215,129). Sum of RGB (Red+Green+Blue) = 149+215+129=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #95D781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D781 is #6A287E. Grayscale: #B9B9B9. Windows color (decimal): -6957183 or 8509333. OLE color: 8509333.

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

Color convert

RGB149215129-
CMYK0.3100.40.16
HSL106.05º51.81%67.45%-
HSV(B)106.05º40%84.31%-
XYZ40.6656.5829.55-
YUV185.4696.13101.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=30.22%
G=43.61%
B=26.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492151290.3100.40.16106.0551.8167.45
Hex95D7811F028106a3443
Octal225327201370502015264103
Binary1001010111010111100000011111101010001000011010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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