Html Css Color HEX #93DB6D Gossip

📋 copy color: '#93DB6D'

red 147 ◦ green 219 ◦ blue 109

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

Shades of Gossip #93DB6D

Tints of Gossip #93DB6D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

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

R = 30.95%
G = 46.11%
B = 22.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#93DB6D (or 0x93DB6D) is known color: Gossip. HEX triplet: 93, DB and 6D. RGB value is (147,219,109). Sum of RGB (Red+Green+Blue) = 147+219+109=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB6D is #6C2492. Grayscale: #B9B9B9. Windows color (decimal): -7087251 or 7199635. OLE color: 7199635.

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

Color convert

RGB 147 219 109 -
CMYK 0.33 0 0.50 0.14
HSL 99.27º 0.6% 0.64% -
HSV(B) 99.27º 0.5% 0.86% -
XYZ 40.12 57.97 23.54 -
YUV 184.93 85.15 100.94 -
System Red Green Blue C M Y K H S L
Decimal 147 219 109 0.33 0 0.50 0.14 99.27 0.6 0.64
Hex 93 DB 6D 21 0 32 E 63 3C 40
Octal 223 333 155 41 0 62 16 143 74 100
Binary 10010011 11011011 1101101 100001 0 110010 1110 1100011 111100 1000000

Color Harmonies of #93DB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DB6D

Black with #93DB6D

Text Example


Text Example

White with #93DB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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