#94D575

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

Shades of Gossip #94D575

Tints of Gossip #94D575

Color information

#94D575 (or 0x94D575) is unknown color: approx Gossip. HEX triplet: 94, D5 and 75. RGB value is (148,213,117). Sum of RGB (Red+Green+Blue) = 148+213+117=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #94D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D575 is #6B2A8A. Grayscale: #B6B6B6. Windows color (decimal): -7023243 or 7722388. OLE color: 7722388.

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

Color convert

RGB148213117-
CMYK0.3100.450.16
HSL100.62º53.33%64.71%-
HSV(B)100.62º45.07%83.53%-
XYZ39.2255.1725.41-
YUV182.6290.97103.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=30.96%
G=44.56%
B=24.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131170.3100.450.16100.6253.3364.71
Hex94D5751F02D10653541
Octal224325165370552014565101
Binary100101001101010111101011111101011011000011001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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