Html Css Color HEX #93E072 Gossip

📋 copy color: '#93E072'

red 147 ◦ green 224 ◦ blue 114

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

Shades of Gossip #93E072

Tints of Gossip #93E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.19%

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

R = 30.31%
G = 46.19%
B = 23.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#93E072 (or 0x93E072) is known color: Gossip. HEX triplet: 93, E0 and 72. RGB value is (147,224,114). Sum of RGB (Red+Green+Blue) = 147+224+114=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #93E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E072 is #6C1F8D. Grayscale: #BCBCBC. Windows color (decimal): -7085966 or 7528595. OLE color: 7528595.

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

Color convert

RGB 147 224 114 -
CMYK 0.34 0 0.49 0.12
HSL 102º 0.64% 0.66% -
HSV(B) 102º 0.49% 0.88% -
XYZ 41.73 60.73 25.44 -
YUV 188.44 85.99 98.44 -
System Red Green Blue C M Y K H S L
Decimal 147 224 114 0.34 0 0.49 0.12 102 0.64 0.66
Hex 93 E0 72 22 0 31 C 66 40 42
Octal 223 340 162 42 0 61 14 146 100 102
Binary 10010011 11100000 1110010 100010 0 110001 1100 1100110 1000000 1000010

Color Harmonies of #93E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E072

Black with #93E072

Text Example


Text Example

White with #93E072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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