#95CE7D

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

Shades of Gossip #95CE7D

Tints of Gossip #95CE7D

Color information

#95CE7D (or 0x95CE7D) is unknown color: approx Gossip. HEX triplet: 95, CE and 7D. RGB value is (149,206,125). Sum of RGB (Red+Green+Blue) = 149+206+125=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE7D is #6A3182. Grayscale: #B3B3B3. Windows color (decimal): -6959491 or 8244885. OLE color: 8244885.

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

Color convert

RGB149206125-
CMYK0.2800.390.19
HSL102.22º45.25%64.9%-
HSV(B)102.22º39.32%80.78%-
XYZ38.1752.0127.43-
YUV179.7297.12106.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 206 (80.86% from 255) = 42.92%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=31.04%
G=42.92%
B=26.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061250.2800.390.19102.2245.2564.9
Hex95CE7D1C02713662d41
Octal225316175340472314655101
Binary100101011100111011111011110001001111001111001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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