#95CE80

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

Shades of Gossip #95CE80

Tints of Gossip #95CE80

Color information

#95CE80 (or 0x95CE80) is unknown color: approx Gossip. HEX triplet: 95, CE and 80. RGB value is (149,206,128). Sum of RGB (Red+Green+Blue) = 149+206+128=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CE80 is #6A317F. Grayscale: #B4B4B4. Windows color (decimal): -6959488 or 8441493. OLE color: 8441493.

HSL color Cylindrical-coordinate representation of color #95CE80: hue angle of 103.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CE80 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB149206128-
CMYK0.2800.380.19
HSL103.85º44.32%65.49%-
HSV(B)103.85º37.86%80.78%-
XYZ38.3652.0928.45-
YUV180.0698.62105.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=30.85%
G=42.65%
B=26.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061280.2800.380.19103.8544.3265.49
Hex95CE801C02613682c41
Octal225316200340462315054101
Binary1001010111001110100000001110001001101001111010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,128); }

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

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

 a { background-color: rgb(149,206,128); }

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

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

 span { border-color: rgb(149,206,128); }

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