#94D782

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

Shades of Gossip #94D782

Tints of Gossip #94D782

Color information

#94D782 (or 0x94D782) is unknown color: approx Gossip. HEX triplet: 94, D7 and 82. RGB value is (148,215,130). Sum of RGB (Red+Green+Blue) = 148+215+130=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #94D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D782 is #6B287D. Grayscale: #B9B9B9. Windows color (decimal): -7022718 or 8574868. OLE color: 8574868.

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

Color convert

RGB148215130-
CMYK0.3100.400.16
HSL107.29º51.52%67.65%-
HSV(B)107.29º39.53%84.31%-
XYZ40.5456.5129.89-
YUV185.2896.8101.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=30.02%
G=43.61%
B=26.37%

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
Decimal1482151300.3100.400.16107.2951.5267.65
Hex94D7821F028106b3444
Octal224327202370502015364104
Binary1001010011010111100000101111101010001000011010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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