#94ED69

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

Shades of Gossip #94ED69

Tints of Gossip #94ED69

Color information

#94ED69 (or 0x94ED69) is unknown color: approx Gossip. HEX triplet: 94, ED and 69. RGB value is (148,237,105). Sum of RGB (Red+Green+Blue) = 148+237+105=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94ED69 is #6B1296. Grayscale: #C3C3C3. Windows color (decimal): -7017111 or 6942100. OLE color: 6942100.

HSL color Cylindrical-coordinate representation of color #94ED69: hue angle of 100.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94ED69 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB148237105-
CMYK0.3800.560.07
HSL100.45º78.57%67.06%-
HSV(B)100.45º55.7%92.94%-
XYZ45.0567.8824.09-
YUV195.3477.0194.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 237 (92.97% from 255) = 48.37%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=30.20%
G=48.37%
B=21.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482371050.3800.560.07100.4578.5767.06
Hex94ED69260387644f43
Octal224355151460707144117103
Binary100101001110110111010011001100111000111110010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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