#94E474

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

Shades of Gossip #94E474

Tints of Gossip #94E474

Color information

#94E474 (or 0x94E474) is unknown color: approx Gossip. HEX triplet: 94, E4 and 74. RGB value is (148,228,116). Sum of RGB (Red+Green+Blue) = 148+228+116=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #94E474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E474 is #6B1B8B. Grayscale: #BFBFBF. Windows color (decimal): -7019404 or 7660692. OLE color: 7660692.

HSL color Cylindrical-coordinate representation of color #94E474: hue angle of 102.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94E474 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB148228116-
CMYK0.3500.490.11
HSL102.86º67.47%67.45%-
HSV(B)102.86º49.12%89.41%-
XYZ43.1163.0426.42-
YUV191.3185.597.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 228 (89.45% from 255) = 46.34%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=30.08%
G=46.34%
B=23.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482281160.3500.490.11102.8667.4767.45
Hex94E47423031B674343
Octal2243441644306113147103103
Binary1001010011100100111010010001101100011011110011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,228,116); }

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

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

 a { background-color: rgb(148,228,116); }

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

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

 span { border-color: rgb(148,228,116); }

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