Html Css Color HEX #93DC71 Gossip

📋 copy color: '#93DC71'

red 147 ◦ green 220 ◦ blue 113

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

Shades of Gossip #93DC71

Tints of Gossip #93DC71

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 30.63%
G = 45.83%
B = 23.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#93DC71 (or 0x93DC71) is known color: Gossip. HEX triplet: 93, DC and 71. RGB value is (147,220,113). Sum of RGB (Red+Green+Blue) = 147+220+113=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC71 is #6C238E. Grayscale: #BABABA. Windows color (decimal): -7086991 or 7462035. OLE color: 7462035.

HSL color Cylindrical-coordinate representation of color #93DC71: hue angle of 100.93º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93DC71 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 113 -
CMYK 0.33 0 0.49 0.14
HSL 100.93º 0.6% 0.65% -
HSV(B) 100.93º 0.49% 0.86% -
XYZ 40.61 58.58 24.79 -
YUV 185.98 86.82 100.2 -
System Red Green Blue C M Y K H S L
Decimal 147 220 113 0.33 0 0.49 0.14 100.93 0.6 0.65
Hex 93 DC 71 21 0 31 E 65 3C 41
Octal 223 334 161 41 0 61 16 145 74 101
Binary 10010011 11011100 1110001 100001 0 110001 1110 1100101 111100 1000001

Color Harmonies of #93DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC71

Black with #93DC71

Text Example


Text Example

White with #93DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,113); }

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

background-color css

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

 a { background-color: rgb(147,220,113); }

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

border-color css

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

 span { border-color: rgb(147,220,113); }

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