#95CF7A

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

Shades of Gossip #95CF7A

Tints of Gossip #95CF7A

Color information

#95CF7A (or 0x95CF7A) is unknown color: approx Gossip. HEX triplet: 95, CF and 7A. RGB value is (149,207,122). Sum of RGB (Red+Green+Blue) = 149+207+122=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CF7A is #6A3085. Grayscale: #B4B4B4. Windows color (decimal): -6959238 or 8048533. OLE color: 8048533.

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

Color convert

RGB149207122-
CMYK0.2800.410.19
HSL100.94º46.96%64.51%-
HSV(B)100.94º41.06%81.18%-
XYZ38.2252.4226.52-
YUV179.9795.28105.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 207 (81.25% from 255) = 43.31%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=31.17%
G=43.31%
B=25.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492071220.2800.410.19100.9446.9664.51
Hex95CF7A1C02913652f41
Octal225317172340512314557101
Binary100101011100111111110101110001010011001111001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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