#94D569

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

Shades of Gossip #94D569

Tints of Gossip #94D569

Color information

#94D569 (or 0x94D569) is unknown color: approx Gossip. HEX triplet: 94, D5 and 69. RGB value is (148,213,105). Sum of RGB (Red+Green+Blue) = 148+213+105=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #94D569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D569 is #6B2A96. Grayscale: #B5B5B5. Windows color (decimal): -7023255 or 6935956. OLE color: 6935956.

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

Color convert

RGB148213105-
CMYK0.3100.510.16
HSL96.11º56.25%62.35%-
HSV(B)96.11º50.7%83.53%-
XYZ38.5654.921.93-
YUV181.2584.97104.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=31.76%
G=45.71%
B=22.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131050.3100.510.1696.1156.2562.35
Hex94D5691F0331060383e
Octal22432515137063201407076
Binary10010100110101011101001111110110011100001100000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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