#94EF6C

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

Shades of Gossip #94EF6C

Tints of Gossip #94EF6C

Color information

#94EF6C (or 0x94EF6C) is unknown color: approx Gossip. HEX triplet: 94, EF and 6C. RGB value is (148,239,108). Sum of RGB (Red+Green+Blue) = 148+239+108=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EF6C is #6B1093. Grayscale: #C5C5C5. Windows color (decimal): -7016596 or 7139220. OLE color: 7139220.

HSL color Cylindrical-coordinate representation of color #94EF6C: hue angle of 101.68º 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 #94EF6C is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB148239108-
CMYK0.3800.550.06
HSL101.68º80.37%68.04%-
HSV(B)101.68º54.81%93.73%-
XYZ45.7969.1125.11-
YUV196.8677.8593.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=29.90%
G=48.28%
B=21.82%

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
Decimal1482391080.3800.550.06101.6880.3768.04
Hex94EF6C260376665044
Octal224357154460676146120104
Binary100101001110111111011001001100110111110110011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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