Html Css Color HEX #93D66D Gossip

📋 copy color: '#93D66D'

red 147 ◦ green 214 ◦ blue 109

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

Shades of Gossip #93D66D

Tints of Gossip #93D66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 109 (42.97% from 255) = 23.19%

R = 31.28%
G = 45.53%
B = 23.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#93D66D (or 0x93D66D) is known color: Gossip. HEX triplet: 93, D6 and 6D. RGB value is (147,214,109). Sum of RGB (Red+Green+Blue) = 147+214+109=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #93D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D66D is #6C2992. Grayscale: #B6B6B6. Windows color (decimal): -7088531 or 7198355. OLE color: 7198355.

HSL color Cylindrical-coordinate representation of color #93D66D: hue angle of 98.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93D66D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 214 109 -
CMYK 0.31 0 0.49 0.16
HSL 98.29º 0.56% 0.63% -
HSV(B) 98.29º 0.49% 0.84% -
XYZ 38.84 55.4 23.11 -
YUV 182 86.8 103.04 -
System Red Green Blue C M Y K H S L
Decimal 147 214 109 0.31 0 0.49 0.16 98.29 0.56 0.63
Hex 93 D6 6D 1F 0 31 10 62 38 3F
Octal 223 326 155 37 0 61 20 142 70 77
Binary 10010011 11010110 1101101 11111 0 110001 10000 1100010 111000 111111

Color Harmonies of #93D66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D66D

Black with #93D66D

Text Example


Text Example

White with #93D66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,214,109); }

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

background-color css

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

 a { background-color: rgb(147,214,109); }

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

border-color css

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

 span { border-color: rgb(147,214,109); }

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