#93EF73

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

Shades of Gossip #93EF73

Tints of Gossip #93EF73

Color information

#93EF73 (or 0x93EF73) is unknown color: approx Gossip. HEX triplet: 93, EF and 73. RGB value is (147,239,115). Sum of RGB (Red+Green+Blue) = 147+239+115=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EF73 is #6C108C. Grayscale: #C5C5C5. Windows color (decimal): -7082125 or 7597971. OLE color: 7597971.

HSL color Cylindrical-coordinate representation of color #93EF73: hue angle of 104.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93EF73 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB147239115-
CMYK0.3800.520.06
HSL104.52º79.49%69.41%-
HSV(B)104.52º51.88%93.73%-
XYZ45.9969.1727.15-
YUV197.3681.5292.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.34%
GREEN value IS 239 (93.75% from 255) = 47.70%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=29.34%
G=47.70%
B=22.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472391150.3800.520.06104.5279.4969.41
Hex93EF73260346694f45
Octal223357163460646151117105
Binary100100111110111111100111001100110100110110100110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,239,115); }

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

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

 a { background-color: rgb(147,239,115); }

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

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

 span { border-color: rgb(147,239,115); }

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