#94CE78

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

Shades of Gossip #94CE78

Tints of Gossip #94CE78

Color information

#94CE78 (or 0x94CE78) is unknown color: approx Gossip. HEX triplet: 94, CE and 78. RGB value is (148,206,120). Sum of RGB (Red+Green+Blue) = 148+206+120=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE78 is #6B3187. Grayscale: #B3B3B3. Windows color (decimal): -7025032 or 7917204. OLE color: 7917204.

HSL color Cylindrical-coordinate representation of color #94CE78: hue angle of 100.47º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94CE78 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB148206120-
CMYK0.2800.420.19
HSL100.47º46.74%63.92%-
HSV(B)100.47º41.75%80.78%-
XYZ37.6751.7925.78-
YUV178.8594.78105.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 206 (80.86% from 255) = 43.46%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=31.22%
G=43.46%
B=25.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061200.2800.420.19100.4746.7463.92
Hex94CE781C02A13642f40
Octal224316170340522314457100
Binary100101001100111011110001110001010101001111001001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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