#94DD70

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

Shades of Gossip #94DD70

Tints of Gossip #94DD70

Color information

#94DD70 (or 0x94DD70) is unknown color: approx Gossip. HEX triplet: 94, DD and 70. RGB value is (148,221,112). Sum of RGB (Red+Green+Blue) = 148+221+112=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DD70 is #6B228F. Grayscale: #BBBBBB. Windows color (decimal): -7021200 or 7396756. OLE color: 7396756.

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

Color convert

RGB148221112-
CMYK0.3300.490.13
HSL100.18º61.58%65.29%-
HSV(B)100.18º49.32%86.67%-
XYZ40.9959.1824.59-
YUV186.7585.82100.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=30.77%
G=45.95%
B=23.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211120.3300.490.13100.1861.5865.29
Hex94DD7021031D643e41
Octal224335160410611514476101
Binary100101001101110111100001000010110001110111001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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