#94DE68

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

Shades of Gossip #94DE68

Tints of Gossip #94DE68

Color information

#94DE68 (or 0x94DE68) is unknown color: approx Gossip. HEX triplet: 94, DE and 68. RGB value is (148,222,104). Sum of RGB (Red+Green+Blue) = 148+222+104=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DE68 is #6B2197. Grayscale: #BABABA. Windows color (decimal): -7020952 or 6872724. OLE color: 6872724.

HSL color Cylindrical-coordinate representation of color #94DE68: hue angle of 97.63º degrees, saturation: 0.64, 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 #94DE68 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB148222104-
CMYK0.3300.530.13
HSL97.63º64.13%63.92%-
HSV(B)97.63º53.15%87.06%-
XYZ40.8359.5422.44-
YUV186.4281.48100.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 222 (87.11% from 255) = 46.84%
BLUE value IS 104 (41.02% from 255) = 21.94%
R=31.22%
G=46.84%
B=21.94%

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
Decimal1482221040.3300.530.1397.6364.1363.92
Hex94DE6821035D624040
Octal2243361504106515142100100
Binary1001010011011110110100010000101101011101110001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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