Html Css Color HEX #93E076 Gossip

📋 copy color: '#93E076'

red 147 ◦ green 224 ◦ blue 118

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

Shades of Gossip #93E076

Tints of Gossip #93E076

RGB

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

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

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

R = 30.06%
G = 45.81%
B = 24.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#93E076 (or 0x93E076) is known color: Gossip. HEX triplet: 93, E0 and 76. RGB value is (147,224,118). Sum of RGB (Red+Green+Blue) = 147+224+118=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #93E076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E076 is #6C1F89. Grayscale: #BDBDBD. Windows color (decimal): -7085962 or 7790739. OLE color: 7790739.

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

Color convert

RGB 147 224 118 -
CMYK 0.34 0 0.47 0.12
HSL 103.58º 0.63% 0.67% -
HSV(B) 103.58º 0.47% 0.88% -
XYZ 41.96 60.82 26.67 -
YUV 188.89 87.99 98.12 -
System Red Green Blue C M Y K H S L
Decimal 147 224 118 0.34 0 0.47 0.12 103.58 0.63 0.67
Hex 93 E0 76 22 0 2F C 68 3F 43
Octal 223 340 166 42 0 57 14 150 77 103
Binary 10010011 11100000 1110110 100010 0 101111 1100 1101000 111111 1000011

Color Harmonies of #93E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E076

Black with #93E076

Text Example


Text Example

White with #93E076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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