Html Css Color HEX #93D67F Gossip

📋 copy color: '#93D67F'

red 147 ◦ green 214 ◦ blue 127

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

Shades of Gossip #93D67F

Tints of Gossip #93D67F

RGB

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

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

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

R = 30.12%
G = 43.85%
B = 26.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#93D67F (or 0x93D67F) is known color: Gossip. HEX triplet: 93, D6 and 7F. RGB value is (147,214,127). Sum of RGB (Red+Green+Blue) = 147+214+127=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #93D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D67F is #6C2980. Grayscale: #B8B8B8. Windows color (decimal): -7088513 or 8378003. OLE color: 8378003.

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

Color convert

RGB 147 214 127 -
CMYK 0.31 0 0.41 0.16
HSL 106.21º 0.51% 0.67% -
HSV(B) 106.21º 0.41% 0.84% -
XYZ 39.91 55.83 28.75 -
YUV 184.05 95.8 101.57 -
System Red Green Blue C M Y K H S L
Decimal 147 214 127 0.31 0 0.41 0.16 106.21 0.51 0.67
Hex 93 D6 7F 1F 0 29 10 6A 33 43
Octal 223 326 177 37 0 51 20 152 63 103
Binary 10010011 11010110 1111111 11111 0 101001 10000 1101010 110011 1000011

Color Harmonies of #93D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D67F

Black with #93D67F

Text Example


Text Example

White with #93D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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