Html Css Color HEX #93E164 Gossip

📋 copy color: '#93E164'

red 147 ◦ green 225 ◦ blue 100

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

Shades of Gossip #93E164

Tints of Gossip #93E164

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 31.14%
G = 47.67%
B = 21.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#93E164 (or 0x93E164) is known color: Gossip. HEX triplet: 93, E1 and 64. RGB value is (147,225,100). Sum of RGB (Red+Green+Blue) = 147+225+100=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #93E164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E164 is #6C1E9B. Grayscale: #BBBBBB. Windows color (decimal): -7085724 or 6611347. OLE color: 6611347.

HSL color Cylindrical-coordinate representation of color #93E164: hue angle of 97.44º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93E164 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 225 100 -
CMYK 0.35 0 0.56 0.12
HSL 97.44º 0.68% 0.64% -
HSV(B) 97.44º 0.56% 0.88% -
XYZ 41.26 60.97 21.65 -
YUV 187.43 78.66 99.16 -
System Red Green Blue C M Y K H S L
Decimal 147 225 100 0.35 0 0.56 0.12 97.44 0.68 0.64
Hex 93 E1 64 23 0 38 C 61 44 40
Octal 223 341 144 43 0 70 14 141 104 100
Binary 10010011 11100001 1100100 100011 0 111000 1100 1100001 1000100 1000000

Color Harmonies of #93E164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E164

Black with #93E164

Text Example


Text Example

White with #93E164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,225,100); }

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

background-color css

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

 a { background-color: rgb(147,225,100); }

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

border-color css

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

 span { border-color: rgb(147,225,100); }

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