#94EF6B

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

Shades of Gossip #94EF6B

Tints of Gossip #94EF6B

Color information

#94EF6B (or 0x94EF6B) is unknown color: approx Gossip. HEX triplet: 94, EF and 6B. RGB value is (148,239,107). Sum of RGB (Red+Green+Blue) = 148+239+107=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EF6B is #6B1094. Grayscale: #C5C5C5. Windows color (decimal): -7016597 or 7073684. OLE color: 7073684.

HSL color Cylindrical-coordinate representation of color #94EF6B: hue angle of 101.36º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94EF6B is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB148239107-
CMYK0.3800.550.06
HSL101.36º80.49%67.84%-
HSV(B)101.36º55.23%93.73%-
XYZ45.7369.0924.84-
YUV196.7477.3593.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 239 (93.75% from 255) = 48.38%
BLUE value IS 107 (42.19% from 255) = 21.66%
R=29.96%
G=48.38%
B=21.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482391070.3800.550.06101.3680.4967.84
Hex94EF6B260376655044
Octal224357153460676145120104
Binary100101001110111111010111001100110111110110010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,107); }

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

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

 a { background-color: rgb(148,239,107); }

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

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

 span { border-color: rgb(148,239,107); }

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