#95E17C

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

Shades of Gossip #95E17C

Tints of Gossip #95E17C

Color information

#95E17C (or 0x95E17C) is unknown color: approx Gossip. HEX triplet: 95, E1 and 7C. RGB value is (149,225,124). Sum of RGB (Red+Green+Blue) = 149+225+124=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #95E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E17C is #6A1E83. Grayscale: #BFBFBF. Windows color (decimal): -6954628 or 8184213. OLE color: 8184213.

HSL color Cylindrical-coordinate representation of color #95E17C: hue angle of 105.15º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95E17C is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB149225124-
CMYK0.3400.450.12
HSL105.15º62.73%68.43%-
HSV(B)105.15º44.89%88.24%-
XYZ42.9661.728.71-
YUV190.7690.3298.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 225 (88.28% from 255) = 45.18%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=29.92%
G=45.18%
B=24.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492251240.3400.450.12105.1562.7368.43
Hex95E17C2202DC693f44
Octal225341174420551415177104
Binary100101011110000111111001000100101101110011010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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