Html Css Color HEX #93D76B Gossip

📋 copy color: '#93D76B'

red 147 ◦ green 215 ◦ blue 107

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

Shades of Gossip #93D76B

Tints of Gossip #93D76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.84%

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 31.34%
G = 45.84%
B = 22.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#93D76B (or 0x93D76B) is known color: Gossip. HEX triplet: 93, D7 and 6B. RGB value is (147,215,107). Sum of RGB (Red+Green+Blue) = 147+215+107=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #93D76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D76B is #6C2894. Grayscale: #B6B6B6. Windows color (decimal): -7088277 or 7067539. OLE color: 7067539.

HSL color Cylindrical-coordinate representation of color #93D76B: hue angle of 97.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93D76B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 215 107 -
CMYK 0.32 0 0.50 0.16
HSL 97.78º 0.57% 0.63% -
HSV(B) 97.78º 0.5% 0.84% -
XYZ 38.99 55.87 22.64 -
YUV 182.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 147 215 107 0.32 0 0.50 0.16 97.78 0.57 0.63
Hex 93 D7 6B 20 0 32 10 62 39 3F
Octal 223 327 153 40 0 62 20 142 71 77
Binary 10010011 11010111 1101011 100000 0 110010 10000 1100010 111001 111111

Color Harmonies of #93D76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D76B

Black with #93D76B

Text Example


Text Example

White with #93D76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,215,107); }

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

background-color css

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

 a { background-color: rgb(147,215,107); }

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

border-color css

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

 span { border-color: rgb(147,215,107); }

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