#94D380

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

Shades of Gossip #94D380

Tints of Gossip #94D380

Color information

#94D380 (or 0x94D380) is unknown color: approx Gossip. HEX triplet: 94, D3 and 80. RGB value is (148,211,128). Sum of RGB (Red+Green+Blue) = 148+211+128=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #94D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D380 is #6B2C7F. Grayscale: #B6B6B6. Windows color (decimal): -7023744 or 8442772. OLE color: 8442772.

HSL color Cylindrical-coordinate representation of color #94D380: hue angle of 105.54º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94D380 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB148211128-
CMYK0.3000.390.17
HSL105.54º48.54%66.47%-
HSV(B)105.54º39.34%82.75%-
XYZ39.454.4428.85-
YUV182.797.13103.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.39%
GREEN value IS 211 (82.81% from 255) = 43.33%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=30.39%
G=43.33%
B=26.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482111280.3000.390.17105.5448.5466.47
Hex94D3801E027116a3142
Octal224323200360472115261102
Binary1001010011010011100000001111001001111000111010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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