#95CE7F

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

Shades of Gossip #95CE7F

Tints of Gossip #95CE7F

Color information

#95CE7F (or 0x95CE7F) is unknown color: approx Gossip. HEX triplet: 95, CE and 7F. RGB value is (149,206,127). Sum of RGB (Red+Green+Blue) = 149+206+127=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE7F is #6A3180. Grayscale: #B4B4B4. Windows color (decimal): -6959489 or 8375957. OLE color: 8375957.

HSL color Cylindrical-coordinate representation of color #95CE7F: hue angle of 103.29º degrees, saturation: 0.45, 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 #95CE7F is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB149206127-
CMYK0.2800.380.19
HSL103.29º44.63%65.29%-
HSV(B)103.29º38.35%80.78%-
XYZ38.352.0628.11-
YUV179.9598.12105.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 127 (50% from 255) = 26.35%
R=30.91%
G=42.74%
B=26.35%

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
Decimal1492061270.2800.380.19103.2944.6365.29
Hex95CE7F1C02613672d41
Octal225316177340462314755101
Binary100101011100111011111111110001001101001111001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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