#95DA81

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

Shades of Gossip #95DA81

Tints of Gossip #95DA81

Color information

#95DA81 (or 0x95DA81) is unknown color: approx Gossip. HEX triplet: 95, DA and 81. RGB value is (149,218,129). Sum of RGB (Red+Green+Blue) = 149+218+129=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DA81 is #6A257E. Grayscale: #BBBBBB. Windows color (decimal): -6956415 or 8510101. OLE color: 8510101.

HSL color Cylindrical-coordinate representation of color #95DA81: hue angle of 106.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95DA81 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB149218129-
CMYK0.3200.410.15
HSL106.52º54.6%68.04%-
HSV(B)106.52º40.83%85.49%-
XYZ41.4358.1229.8-
YUV187.2295.14100.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=30.04%
G=43.95%
B=26.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181290.3200.410.15106.5254.668.04
Hex95DA8120029F6b3744
Octal225332201400511715367104
Binary1001010111011010100000011000000101001111111010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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