#94D780

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

Shades of Gossip #94D780

Tints of Gossip #94D780

Color information

#94D780 (or 0x94D780) is unknown color: approx Gossip. HEX triplet: 94, D7 and 80. RGB value is (148,215,128). Sum of RGB (Red+Green+Blue) = 148+215+128=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #94D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D780 is #6B287F. Grayscale: #B9B9B9. Windows color (decimal): -7022720 or 8443796. OLE color: 8443796.

HSL color Cylindrical-coordinate representation of color #94D780: hue angle of 106.21º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D780 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB148215128-
CMYK0.3100.400.16
HSL106.21º52.1%67.25%-
HSV(B)106.21º40.47%84.31%-
XYZ40.4156.4629.19-
YUV185.0595.8101.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 215 (84.38% from 255) = 43.79%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=30.14%
G=43.79%
B=26.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151280.3100.400.16106.2152.167.25
Hex94D7801F028106a3443
Octal224327200370502015264103
Binary1001010011010111100000001111101010001000011010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,128); }

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

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

 a { background-color: rgb(148,215,128); }

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

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

 span { border-color: rgb(148,215,128); }

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