Html Css Color HEX #93CE80 Gossip

📋 copy color: '#93CE80'

red 147 ◦ green 206 ◦ blue 128

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

Shades of Gossip #93CE80

Tints of Gossip #93CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.83%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 30.56%
G = 42.83%
B = 26.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#93CE80 (or 0x93CE80) is known color: Gossip. HEX triplet: 93, CE and 80. RGB value is (147,206,128). Sum of RGB (Red+Green+Blue) = 147+206+128=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE80 is #6C317F. Grayscale: #B3B3B3. Windows color (decimal): -7090560 or 8441491. OLE color: 8441491.

HSL color Cylindrical-coordinate representation of color #93CE80: hue angle of 105.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93CE80 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 206 128 -
CMYK 0.29 0 0.38 0.19
HSL 105.38º 0.44% 0.65% -
HSV(B) 105.38º 0.38% 0.81% -
XYZ 38 51.9 28.44 -
YUV 179.47 98.95 104.84 -
System Red Green Blue C M Y K H S L
Decimal 147 206 128 0.29 0 0.38 0.19 105.38 0.44 0.65
Hex 93 CE 80 1D 0 26 13 69 2C 41
Octal 223 316 200 35 0 46 23 151 54 101
Binary 10010011 11001110 10000000 11101 0 100110 10011 1101001 101100 1000001

Color Harmonies of #93CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE80

Black with #93CE80

Text Example


Text Example

White with #93CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,128); }

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

background-color css

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

 a { background-color: rgb(147,206,128); }

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

border-color css

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

 span { border-color: rgb(147,206,128); }

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