#95E47B

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

Shades of Gossip #95E47B

Tints of Gossip #95E47B

Color information

#95E47B (or 0x95E47B) is unknown color: approx Gossip. HEX triplet: 95, E4 and 7B. RGB value is (149,228,123). Sum of RGB (Red+Green+Blue) = 149+228+123=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #95E47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E47B is #6A1B84. Grayscale: #C0C0C0. Windows color (decimal): -6953861 or 8119445. OLE color: 8119445.

HSL color Cylindrical-coordinate representation of color #95E47B: hue angle of 105.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95E47B is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB149228123-
CMYK0.3500.460.11
HSL105.14º66.04%68.82%-
HSV(B)105.14º46.05%89.41%-
XYZ43.7163.3128.65-
YUV192.4188.8397.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 228 (89.45% from 255) = 45.6%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=29.8%
G=45.6%
B=24.6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492281230.3500.460.11105.1466.0468.82
Hex95E47B2302EB694245
Octal2253441734305613151102105
Binary1001010111100100111101110001101011101011110100110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,228,123); }

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

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

 a { background-color: rgb(149,228,123); }

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

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

 span { border-color: rgb(149,228,123); }

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