#94CC75

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

Shades of Gossip #94CC75

Tints of Gossip #94CC75

Color information

#94CC75 (or 0x94CC75) is unknown color: approx Gossip. HEX triplet: 94, CC and 75. RGB value is (148,204,117). Sum of RGB (Red+Green+Blue) = 148+204+117=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC75 is #6B338A. Grayscale: #B1B1B1. Windows color (decimal): -7025547 or 7720084. OLE color: 7720084.

HSL color Cylindrical-coordinate representation of color #94CC75: hue angle of 98.62º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94CC75 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB148204117-
CMYK0.2700.430.2
HSL98.62º46.03%62.94%-
HSV(B)98.62º42.65%80%-
XYZ37.0250.7724.68-
YUV177.3493.95107.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=31.56%
G=43.50%
B=24.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041170.2700.430.298.6246.0362.94
Hex94CC751B02B14632e3f
Octal22431416533053241435677
Binary10010100110011001110101110110101011101001100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,117); }

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

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

 a { background-color: rgb(148,204,117); }

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

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

 span { border-color: rgb(148,204,117); }

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