Html Css Color HEX #93E372 Gossip

📋 copy color: '#93E372'

red 147 ◦ green 227 ◦ blue 114

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

Shades of Gossip #93E372

Tints of Gossip #93E372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.52%

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 30.12%
G = 46.52%
B = 23.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#93E372 (or 0x93E372) is known color: Gossip. HEX triplet: 93, E3 and 72. RGB value is (147,227,114). Sum of RGB (Red+Green+Blue) = 147+227+114=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #93E372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E372 is #6C1C8D. Grayscale: #BEBEBE. Windows color (decimal): -7085198 or 7529363. OLE color: 7529363.

HSL color Cylindrical-coordinate representation of color #93E372: hue angle of 102.48º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93E372 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 147 227 114 -
CMYK 0.35 0 0.50 0.11
HSL 102.48º 0.67% 0.67% -
HSV(B) 102.48º 0.5% 0.89% -
XYZ 42.54 62.36 25.71 -
YUV 190.2 85 97.19 -
System Red Green Blue C M Y K H S L
Decimal 147 227 114 0.35 0 0.50 0.11 102.48 0.67 0.67
Hex 93 E3 72 23 0 32 B 66 43 43
Octal 223 343 162 43 0 62 13 146 103 103
Binary 10010011 11100011 1110010 100011 0 110010 1011 1100110 1000011 1000011

Color Harmonies of #93E372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E372

Black with #93E372

Text Example


Text Example

White with #93E372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,227,114); }

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

background-color css

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

 a { background-color: rgb(147,227,114); }

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

border-color css

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

 span { border-color: rgb(147,227,114); }

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