#95CF79

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

Shades of Gossip #95CF79

Tints of Gossip #95CF79

Color information

#95CF79 (or 0x95CF79) is unknown color: approx Gossip. HEX triplet: 95, CF and 79. RGB value is (149,207,121). Sum of RGB (Red+Green+Blue) = 149+207+121=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF79 is #6A3086. Grayscale: #B4B4B4. Windows color (decimal): -6959239 or 7982997. OLE color: 7982997.

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

Color convert

RGB149207121-
CMYK0.2800.420.19
HSL100.47º47.25%64.31%-
HSV(B)100.47º41.55%81.18%-
XYZ38.1652.426.19-
YUV179.8594.78105.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=31.24%
G=43.40%
B=25.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492071210.2800.420.19100.4747.2564.31
Hex95CF791C02A13642f40
Octal225317171340522314457100
Binary100101011100111111110011110001010101001111001001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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