Html Css Color HEX #93D67D Gossip

📋 copy color: '#93D67D'

red 147 ◦ green 214 ◦ blue 125

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

Shades of Gossip #93D67D

Tints of Gossip #93D67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 30.25%
G = 44.03%
B = 25.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#93D67D (or 0x93D67D) is known color: Gossip. HEX triplet: 93, D6 and 7D. RGB value is (147,214,125). Sum of RGB (Red+Green+Blue) = 147+214+125=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #93D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D67D is #6C2982. Grayscale: #B8B8B8. Windows color (decimal): -7088515 or 8246931. OLE color: 8246931.

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

Color convert

RGB 147 214 125 -
CMYK 0.31 0 0.42 0.16
HSL 105.17º 0.52% 0.66% -
HSV(B) 105.17º 0.42% 0.84% -
XYZ 39.78 55.78 28.07 -
YUV 183.82 94.8 101.74 -
System Red Green Blue C M Y K H S L
Decimal 147 214 125 0.31 0 0.42 0.16 105.17 0.52 0.66
Hex 93 D6 7D 1F 0 2A 10 69 34 42
Octal 223 326 175 37 0 52 20 151 64 102
Binary 10010011 11010110 1111101 11111 0 101010 10000 1101001 110100 1000010

Color Harmonies of #93D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D67D

Black with #93D67D

Text Example


Text Example

White with #93D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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