Html Css Color HEX #93C57D Gossip

📋 copy color: '#93C57D'

red 147 ◦ green 197 ◦ blue 125

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

Shades of Gossip #93C57D

Tints of Gossip #93C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

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

R = 31.34%
G = 42%
B = 26.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#93C57D (or 0x93C57D) is known color: Gossip. HEX triplet: 93, C5 and 7D. RGB value is (147,197,125). Sum of RGB (Red+Green+Blue) = 147+197+125=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #93C57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C57D is #6C3A82. Grayscale: #AEAEAE. Windows color (decimal): -7092867 or 8242579. OLE color: 8242579.

HSL color Cylindrical-coordinate representation of color #93C57D: hue angle of 101.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93C57D is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 197 125 -
CMYK 0.25 0 0.37 0.23
HSL 101.67º 0.38% 0.63% -
HSV(B) 101.67º 0.37% 0.77% -
XYZ 35.7 47.62 26.71 -
YUV 173.84 100.44 108.85 -
System Red Green Blue C M Y K H S L
Decimal 147 197 125 0.25 0 0.37 0.23 101.67 0.38 0.63
Hex 93 C5 7D 19 0 25 17 66 26 3F
Octal 223 305 175 31 0 45 27 146 46 77
Binary 10010011 11000101 1111101 11001 0 100101 10111 1100110 100110 111111

Color Harmonies of #93C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C57D

Black with #93C57D

Text Example


Text Example

White with #93C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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