#94DA6B

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

Shades of Gossip #94DA6B

Tints of Gossip #94DA6B

Color information

#94DA6B (or 0x94DA6B) is unknown color: approx Gossip. HEX triplet: 94, DA and 6B. RGB value is (148,218,107). Sum of RGB (Red+Green+Blue) = 148+218+107=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA6B is #6B2594. Grayscale: #B8B8B8. Windows color (decimal): -7021973 or 7068308. OLE color: 7068308.

HSL color Cylindrical-coordinate representation of color #94DA6B: hue angle of 97.84º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94DA6B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB148218107-
CMYK0.3200.510.15
HSL97.84º60%63.73%-
HSV(B)97.84º50.92%85.49%-
XYZ39.9457.522.9-
YUV184.4284.31102.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=31.29%
G=46.09%
B=22.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181070.3200.510.1597.846063.73
Hex94DA6B20033F623c40
Octal224332153400631714274100
Binary100101001101101011010111000000110011111111000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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