#95D488

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

Shades of Gossip #95D488

Tints of Gossip #95D488

Color information

#95D488 (or 0x95D488) is unknown color: approx Gossip. HEX triplet: 95, D4 and 88. RGB value is (149,212,136). Sum of RGB (Red+Green+Blue) = 149+212+136=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #95D488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D488 is #6A2B77. Grayscale: #B8B8B8. Windows color (decimal): -6957944 or 8967317. OLE color: 8967317.

HSL color Cylindrical-coordinate representation of color #95D488: hue angle of 109.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95D488 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB149212136-
CMYK0.3000.360.17
HSL109.74º46.91%68.24%-
HSV(B)109.74º35.85%83.14%-
XYZ40.3855.2531.83-
YUV184.5100.63102.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=29.98%
G=42.66%
B=27.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492121360.3000.360.17109.7446.9168.24
Hex95D4881E024116e2f44
Octal225324210360442115657104
Binary1001010111010100100010001111001001001000111011101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,212,136); }

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

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

 a { background-color: rgb(149,212,136); }

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

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

 span { border-color: rgb(149,212,136); }

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