Html Css Color HEX #93D57F Gossip

📋 copy color: '#93D57F'

red 147 ◦ green 213 ◦ blue 127

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

Shades of Gossip #93D57F

Tints of Gossip #93D57F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.74%

 BLUE value IS 127 (50% from 255) = 26.08%

R = 30.18%
G = 43.74%
B = 26.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#93D57F (or 0x93D57F) is known color: Gossip. HEX triplet: 93, D5 and 7F. RGB value is (147,213,127). Sum of RGB (Red+Green+Blue) = 147+213+127=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #93D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D57F is #6C2A80. Grayscale: #B7B7B7. Windows color (decimal): -7088769 or 8377747. OLE color: 8377747.

HSL color Cylindrical-coordinate representation of color #93D57F: hue angle of 106.05º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93D57F is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 213 127 -
CMYK 0.31 0 0.40 0.16
HSL 106.05º 0.51% 0.67% -
HSV(B) 106.05º 0.4% 0.84% -
XYZ 39.66 55.32 28.67 -
YUV 183.46 96.13 101.99 -
System Red Green Blue C M Y K H S L
Decimal 147 213 127 0.31 0 0.40 0.16 106.05 0.51 0.67
Hex 93 D5 7F 1F 0 28 10 6A 33 43
Octal 223 325 177 37 0 50 20 152 63 103
Binary 10010011 11010101 1111111 11111 0 101000 10000 1101010 110011 1000011

Color Harmonies of #93D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D57F

Black with #93D57F

Text Example


Text Example

White with #93D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,213,127); }

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

background-color css

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

 a { background-color: rgb(147,213,127); }

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

border-color css

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

 span { border-color: rgb(147,213,127); }

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