#95DE7D

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

Shades of Gossip #95DE7D

Tints of Gossip #95DE7D

Color information

#95DE7D (or 0x95DE7D) is unknown color: approx Gossip. HEX triplet: 95, DE and 7D. RGB value is (149,222,125). Sum of RGB (Red+Green+Blue) = 149+222+125=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE7D is #6A2182. Grayscale: #BDBDBD. Windows color (decimal): -6955395 or 8248981. OLE color: 8248981.

HSL color Cylindrical-coordinate representation of color #95DE7D: hue angle of 105.15º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95DE7D is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB149222125-
CMYK0.3300.440.13
HSL105.15º59.51%68.04%-
HSV(B)105.15º43.69%87.06%-
XYZ42.2260.1128.78-
YUV189.1191.8299.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=30.04%
G=44.76%
B=25.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221250.3300.440.13105.1559.5168.04
Hex95DE7D2102CD693c44
Octal225336175410541515174104
Binary100101011101111011111011000010101100110111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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