Html Css Color HEX #93EA76 Gossip

📋 copy color: '#93EA76'

red 147 ◦ green 234 ◦ blue 118

#93EA76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #93EA76

Tints of Gossip #93EA76

RGB

 RED value IS 147 (57.81% from 255) = 29.46%

 GREEN value IS 234 (91.8% from 255) = 46.89%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 29.46%
G = 46.89%
B = 23.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#93EA76 (or 0x93EA76) is known color: Gossip. HEX triplet: 93, EA and 76. RGB value is (147,234,118). Sum of RGB (Red+Green+Blue) = 147+234+118=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA76 is #6C1589. Grayscale: #C3C3C3. Windows color (decimal): -7083402 or 7793299. OLE color: 7793299.

HSL color Cylindrical-coordinate representation of color #93EA76: hue angle of 105º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93EA76 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 234 118 -
CMYK 0.37 0 0.50 0.08
HSL 105º 0.73% 0.69% -
HSV(B) 105º 0.5% 0.92% -
XYZ 44.73 66.36 27.59 -
YUV 194.76 84.68 93.93 -
System Red Green Blue C M Y K H S L
Decimal 147 234 118 0.37 0 0.50 0.08 105 0.73 0.69
Hex 93 EA 76 25 0 32 8 69 49 45
Octal 223 352 166 45 0 62 10 151 111 105
Binary 10010011 11101010 1110110 100101 0 110010 1000 1101001 1001001 1000101

Color Harmonies of #93EA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EA76

Black with #93EA76

Text Example


Text Example

White with #93EA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,234,118); }

 H1.HeaderClassName
 {
   color: #93EA76;
 }
 .AnyTagClassName
 {
   color: #93EA76;
 }
</style>

background-color css

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

 a { background-color: rgb(147,234,118); }

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

border-color css

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

 span { border-color: rgb(147,234,118); }

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