#94D982

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

Shades of Gossip #94D982

Tints of Gossip #94D982

Color information

#94D982 (or 0x94D982) is unknown color: approx Gossip. HEX triplet: 94, D9 and 82. RGB value is (148,217,130). Sum of RGB (Red+Green+Blue) = 148+217+130=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #94D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D982 is #6B267D. Grayscale: #BABABA. Windows color (decimal): -7022206 or 8575380. OLE color: 8575380.

HSL color Cylindrical-coordinate representation of color #94D982: hue angle of 107.59º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94D982 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB148217130-
CMYK0.3200.400.15
HSL107.59º53.37%68.04%-
HSV(B)107.59º40.09%85.1%-
XYZ41.0557.5330.06-
YUV186.4596.14100.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=29.90%
G=43.84%
B=26.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171300.3200.400.15107.5953.3768.04
Hex94D98220028F6c3544
Octal224331202400501715465104
Binary1001010011011001100000101000000101000111111011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,130); }

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

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

 a { background-color: rgb(148,217,130); }

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

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

 span { border-color: rgb(148,217,130); }

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