#95CD79

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

Shades of Gossip #95CD79

Tints of Gossip #95CD79

Color information

#95CD79 (or 0x95CD79) is unknown color: approx Gossip. HEX triplet: 95, CD and 79. RGB value is (149,205,121). Sum of RGB (Red+Green+Blue) = 149+205+121=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CD79 is #6A3286. Grayscale: #B2B2B2. Windows color (decimal): -6959751 or 7982485. OLE color: 7982485.

HSL color Cylindrical-coordinate representation of color #95CD79: hue angle of 100º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95CD79 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB149205121-
CMYK0.2700.410.20
HSL100º45.65%63.92%-
HSV(B)100º40.98%80.39%-
XYZ37.6851.4326.03-
YUV178.6895.45106.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=31.37%
G=43.16%
B=25.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051210.2700.410.2010045.6563.92
Hex95CD791B02914642e40
Octal225315171330512414456100
Binary100101011100110111110011101101010011010011001001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,121); }

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

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

 a { background-color: rgb(149,205,121); }

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

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

 span { border-color: rgb(149,205,121); }

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