#95DE7A

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

Shades of Gossip #95DE7A

Tints of Gossip #95DE7A

Color information

#95DE7A (or 0x95DE7A) is unknown color: approx Gossip. HEX triplet: 95, DE and 7A. RGB value is (149,222,122). Sum of RGB (Red+Green+Blue) = 149+222+122=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE7A is #6A2185. Grayscale: #BDBDBD. Windows color (decimal): -6955398 or 8052373. OLE color: 8052373.

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

Color convert

RGB149222122-
CMYK0.3300.450.13
HSL103.8º60.24%67.45%-
HSV(B)103.8º45.05%87.06%-
XYZ42.0360.0427.79-
YUV188.7790.3299.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=30.22%
G=45.03%
B=24.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221220.3300.450.13103.860.2467.45
Hex95DE7A2102DD683c43
Octal225336172410551515074103
Binary100101011101111011110101000010101101110111010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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