#94EE73

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

Shades of Gossip #94EE73

Tints of Gossip #94EE73

Color information

#94EE73 (or 0x94EE73) is unknown color: approx Gossip. HEX triplet: 94, EE and 73. RGB value is (148,238,115). Sum of RGB (Red+Green+Blue) = 148+238+115=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EE73 is #6B118C. Grayscale: #C5C5C5. Windows color (decimal): -7016845 or 7597716. OLE color: 7597716.

HSL color Cylindrical-coordinate representation of color #94EE73: hue angle of 103.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94EE73 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB148238115-
CMYK0.3800.520.07
HSL103.9º78.34%69.22%-
HSV(B)103.9º51.68%93.33%-
XYZ45.8868.6827.06-
YUV197.0781.6893-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 238 (93.36% from 255) = 47.50%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=29.54%
G=47.50%
B=22.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482381150.3800.520.07103.978.3469.22
Hex94EE73260347684e45
Octal224356163460647150116105
Binary100101001110111011100111001100110100111110100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,238,115); }

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

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

 a { background-color: rgb(148,238,115); }

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

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

 span { border-color: rgb(148,238,115); }

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