#94E075

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

Shades of Gossip #94E075

Tints of Gossip #94E075

Color information

#94E075 (or 0x94E075) is unknown color: approx Gossip. HEX triplet: 94, E0 and 75. RGB value is (148,224,117). Sum of RGB (Red+Green+Blue) = 148+224+117=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #94E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E075 is #6B1F8A. Grayscale: #BDBDBD. Windows color (decimal): -7020427 or 7725204. OLE color: 7725204.

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

Color convert

RGB148224117-
CMYK0.3400.480.12
HSL102.62º63.31%66.86%-
HSV(B)102.62º47.77%87.84%-
XYZ42.0860.8926.37-
YUV189.0887.3298.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 224 (87.89% from 255) = 45.81%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=30.27%
G=45.81%
B=23.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482241170.3400.480.12102.6263.3166.86
Hex94E07522030C673f43
Octal224340165420601414777103
Binary100101001110000011101011000100110000110011001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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