#94DC83

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

Shades of Gossip #94DC83

Tints of Gossip #94DC83

Color information

#94DC83 (or 0x94DC83) is unknown color: approx Gossip. HEX triplet: 94, DC and 83. RGB value is (148,220,131). Sum of RGB (Red+Green+Blue) = 148+220+131=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC83 is #6B237C. Grayscale: #BCBCBC. Windows color (decimal): -7021437 or 8641684. OLE color: 8641684.

HSL color Cylindrical-coordinate representation of color #94DC83: hue angle of 108.54º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94DC83 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB148220131-
CMYK0.3300.400.14
HSL108.54º55.97%68.82%-
HSV(B)108.54º40.45%86.27%-
XYZ41.959.1230.68-
YUV188.3395.6599.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=29.66%
G=44.09%
B=26.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482201310.3300.400.14108.5455.9768.82
Hex94DC8321028E6d3845
Octal224334203410501615570105
Binary1001010011011100100000111000010101000111011011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,131); }

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

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

 a { background-color: rgb(148,220,131); }

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

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

 span { border-color: rgb(148,220,131); }

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