#95DE7C

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

Shades of Gossip #95DE7C

Tints of Gossip #95DE7C

Color information

#95DE7C (or 0x95DE7C) is unknown color: approx Gossip. HEX triplet: 95, DE and 7C. RGB value is (149,222,124). Sum of RGB (Red+Green+Blue) = 149+222+124=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE7C is #6A2183. Grayscale: #BDBDBD. Windows color (decimal): -6955396 or 8183445. OLE color: 8183445.

HSL color Cylindrical-coordinate representation of color #95DE7C: hue angle of 104.69º 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 #95DE7C is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB149222124-
CMYK0.3300.440.13
HSL104.69º59.76%67.84%-
HSV(B)104.69º44.14%87.06%-
XYZ42.1560.0928.45-
YUV18991.3299.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=30.10%
G=44.85%
B=25.05%

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
Decimal1492221240.3300.440.13104.6959.7667.84
Hex95DE7C2102CD693c44
Octal225336174410541515174104
Binary100101011101111011111001000010101100110111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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