#94E975

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

Shades of Gossip #94E975

Tints of Gossip #94E975

Color information

#94E975 (or 0x94E975) is unknown color: approx Gossip. HEX triplet: 94, E9 and 75. RGB value is (148,233,117). Sum of RGB (Red+Green+Blue) = 148+233+117=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #94E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E975 is #6B168A. Grayscale: #C2C2C2. Windows color (decimal): -7018123 or 7727508. OLE color: 7727508.

HSL color Cylindrical-coordinate representation of color #94E975: hue angle of 103.97º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94E975 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB148233117-
CMYK0.3600.500.09
HSL103.97º72.5%68.63%-
HSV(B)103.97º49.79%91.37%-
XYZ44.5665.8627.19-
YUV194.3684.3494.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.72%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=29.72%
G=46.79%
B=23.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482331170.3600.500.09103.9772.568.63
Hex94E975240329684845
Octal2243511654406211150110105
Binary1001010011101001111010110010001100101001110100010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94E975; }

 p { color: rgb(148,233,117); }

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

<style>
 a { background-color: #94E975; }

 a { background-color: rgb(148,233,117); }

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

<style>
 span { border-color: #94E975; }

 span { border-color: rgb(148,233,117); }

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