#94D56E

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

Shades of Gossip #94D56E

Tints of Gossip #94D56E

Color information

#94D56E (or 0x94D56E) is unknown color: approx Gossip. HEX triplet: 94, D5 and 6E. RGB value is (148,213,110). Sum of RGB (Red+Green+Blue) = 148+213+110=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #94D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D56E is #6B2A91. Grayscale: #B6B6B6. Windows color (decimal): -7023250 or 7263636. OLE color: 7263636.

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

Color convert

RGB148213110-
CMYK0.3100.480.16
HSL97.86º55.08%63.33%-
HSV(B)97.86º48.36%83.53%-
XYZ38.8255.0123.32-
YUV181.8287.47103.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=31.42%
G=45.22%
B=23.35%

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
Decimal1482131100.3100.480.1697.8655.0863.33
Hex94D56E1F0301062373f
Octal22432515637060201426777
Binary10010100110101011101110111110110000100001100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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