#94DA83

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

Shades of Gossip #94DA83

Tints of Gossip #94DA83

Color information

#94DA83 (or 0x94DA83) is unknown color: approx Gossip. HEX triplet: 94, DA and 83. RGB value is (148,218,131). Sum of RGB (Red+Green+Blue) = 148+218+131=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA83 is #6B257C. Grayscale: #BBBBBB. Windows color (decimal): -7021949 or 8641172. OLE color: 8641172.

HSL color Cylindrical-coordinate representation of color #94DA83: hue angle of 108.28º degrees, saturation: 0.54, 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 #94DA83 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB148218131-
CMYK0.3200.400.15
HSL108.28º54.04%68.43%-
HSV(B)108.28º39.91%85.49%-
XYZ41.3858.0830.5-
YUV187.1596.31100.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.78%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=29.78%
G=43.86%
B=26.36%

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
Decimal1482181310.3200.400.15108.2854.0468.43
Hex94DA8320028F6c3644
Octal224332203400501715466104
Binary1001010011011010100000111000000101000111111011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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