#94DA78

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

Shades of Gossip #94DA78

Tints of Gossip #94DA78

Color information

#94DA78 (or 0x94DA78) is unknown color: approx Gossip. HEX triplet: 94, DA and 78. RGB value is (148,218,120). Sum of RGB (Red+Green+Blue) = 148+218+120=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA78 is #6B2587. Grayscale: #BABABA. Windows color (decimal): -7021960 or 7920276. OLE color: 7920276.

HSL color Cylindrical-coordinate representation of color #94DA78: hue angle of 102.86º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94DA78 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB148218120-
CMYK0.3200.450.15
HSL102.86º56.98%66.27%-
HSV(B)102.86º44.95%85.49%-
XYZ40.6757.7926.78-
YUV185.990.81100.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=30.45%
G=44.86%
B=24.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181200.3200.450.15102.8656.9866.27
Hex94DA782002DF673942
Octal224332170400551714771102
Binary100101001101101011110001000000101101111111001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,120); }

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

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

 a { background-color: rgb(148,218,120); }

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

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

 span { border-color: rgb(148,218,120); }

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