#94d56f

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

Shades of Gossip #94D56F

Tints of Gossip #94D56F

Color information

#94D56F (or 0x94D56F) is unknown color: approx Gossip. HEX triplet: 94, D5 and 6F. RGB value is (148,213,111). Sum of RGB (Red+Green+Blue) = 148+213+111=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #94D56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D56F is #6B2A90. Grayscale: #B6B6B6. Windows color (decimal): -7023249 or 7329172. OLE color: 7329172.

HSL color Cylindrical-coordinate representation of color #94D56F: hue angle of 98.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94D56F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB148213111-
CMYK0.3100.480.16
HSL98.24º54.84%63.53%-
HSV(B)98.24º47.89%83.53%-
XYZ38.8855.0323.61-
YUV181.9487.97103.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=31.36%
G=45.13%
B=23.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131110.3100.480.1698.2454.8463.53
Hex94D56F1F03010623740
Octal224325157370602014267100
Binary100101001101010111011111111101100001000011000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d56f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,111); }

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

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

 a { background-color: rgb(148,213,111); }

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

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

 span { border-color: rgb(148,213,111); }

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