#94C37D

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

Shades of Gossip #94C37D

Tints of Gossip #94C37D

Color information

#94C37D (or 0x94C37D) is unknown color: approx Gossip. HEX triplet: 94, C3 and 7D. RGB value is (148,195,125). Sum of RGB (Red+Green+Blue) = 148+195+125=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #94C37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C37D is #6B3C82. Grayscale: #ADADAD. Windows color (decimal): -7027843 or 8242068. OLE color: 8242068.

HSL color Cylindrical-coordinate representation of color #94C37D: hue angle of 100.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94C37D is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB148195125-
CMYK0.2400.360.24
HSL100.29º36.84%62.75%-
HSV(B)100.29º35.9%76.47%-
XYZ35.4346.8126.57-
YUV172.97100.93110.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=31.62%
G=41.67%
B=26.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481951250.2400.360.24100.2936.8462.75
Hex94C37D180241864253f
Octal22430317530044301444577
Binary10010100110000111111101110000100100110001100100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,125); }

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

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

 a { background-color: rgb(148,195,125); }

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

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

 span { border-color: rgb(148,195,125); }

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