#93E075

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

Shades of Gossip #93E075

Tints of Gossip #93E075

Color information

#93E075 (or 0x93E075) is unknown color: approx Gossip. HEX triplet: 93, E0 and 75. RGB value is (147,224,117). Sum of RGB (Red+Green+Blue) = 147+224+117=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #93E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E075 is #6C1F8A. Grayscale: #BDBDBD. Windows color (decimal): -7085963 or 7725203. OLE color: 7725203.

HSL color Cylindrical-coordinate representation of color #93E075: hue angle of 103.18º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93E075 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB147224117-
CMYK0.3400.480.12
HSL103.18º63.31%66.86%-
HSV(B)103.18º47.77%87.84%-
XYZ41.960.826.36-
YUV188.7887.4998.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 224 (87.89% from 255) = 45.90%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=30.12%
G=45.90%
B=23.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472241170.3400.480.12103.1863.3166.86
Hex93E07522030C673f43
Octal223340165420601414777103
Binary100100111110000011101011000100110000110011001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93E075; }

 p { color: rgb(147,224,117); }

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

<style>
 a { background-color: #93E075; }

 a { background-color: rgb(147,224,117); }

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

<style>
 span { border-color: #93E075; }

 span { border-color: rgb(147,224,117); }

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