Html Css Color HEX #93EA74 Gossip

📋 copy color: '#93EA74'

red 147 ◦ green 234 ◦ blue 116

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

Shades of Gossip #93EA74

Tints of Gossip #93EA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 29.58%
G = 47.08%
B = 23.34%

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

#93EA74 (or 0x93EA74) is known color: Gossip. HEX triplet: 93, EA and 74. RGB value is (147,234,116). Sum of RGB (Red+Green+Blue) = 147+234+116=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA74 is #6C158B. Grayscale: #C2C2C2. Windows color (decimal): -7083404 or 7662227. OLE color: 7662227.

HSL color Cylindrical-coordinate representation of color #93EA74: hue angle of 104.24º degrees, saturation: 0.74, 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 #93EA74 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 234 116 -
CMYK 0.37 0 0.50 0.08
HSL 104.24º 0.74% 0.69% -
HSV(B) 104.24º 0.5% 0.92% -
XYZ 44.61 66.31 26.97 -
YUV 194.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 147 234 116 0.37 0 0.50 0.08 104.24 0.74 0.69
Hex 93 EA 74 25 0 32 8 68 4A 45
Octal 223 352 164 45 0 62 10 150 112 105
Binary 10010011 11101010 1110100 100101 0 110010 1000 1101000 1001010 1000101

Color Harmonies of #93EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EA74

Black with #93EA74

Text Example


Text Example

White with #93EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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