#94DD68

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

Shades of Gossip #94DD68

Tints of Gossip #94DD68

Color information

#94DD68 (or 0x94DD68) is unknown color: approx Gossip. HEX triplet: 94, DD and 68. RGB value is (148,221,104). Sum of RGB (Red+Green+Blue) = 148+221+104=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DD68 is #6B2297. Grayscale: #BABABA. Windows color (decimal): -7021208 or 6872468. OLE color: 6872468.

HSL color Cylindrical-coordinate representation of color #94DD68: hue angle of 97.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94DD68 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB148221104-
CMYK0.3300.530.13
HSL97.44º63.24%63.73%-
HSV(B)97.44º52.94%86.67%-
XYZ40.5759.0122.35-
YUV185.8381.82101.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 221 (86.72% from 255) = 46.72%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=31.29%
G=46.72%
B=21.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211040.3300.530.1397.4463.2463.73
Hex94DD6821035D613f40
Octal224335150410651514177100
Binary100101001101110111010001000010110101110111000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,104); }

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

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

 a { background-color: rgb(148,221,104); }

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

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

 span { border-color: rgb(148,221,104); }

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