Html Css Color HEX #93E07F Gossip

📋 copy color: '#93E07F'

red 147 ◦ green 224 ◦ blue 127

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

Shades of Gossip #93E07F

Tints of Gossip #93E07F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.98%

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

R = 29.52%
G = 44.98%
B = 25.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#93E07F (or 0x93E07F) is known color: Gossip. HEX triplet: 93, E0 and 7F. RGB value is (147,224,127). Sum of RGB (Red+Green+Blue) = 147+224+127=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #93E07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E07F is #6C1F80. Grayscale: #BEBEBE. Windows color (decimal): -7085953 or 8380563. OLE color: 8380563.

HSL color Cylindrical-coordinate representation of color #93E07F: hue angle of 107.63º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93E07F is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 224 127 -
CMYK 0.34 0 0.43 0.12
HSL 107.63º 0.61% 0.69% -
HSV(B) 107.63º 0.43% 0.88% -
XYZ 42.52 61.05 29.62 -
YUV 189.92 92.49 97.39 -
System Red Green Blue C M Y K H S L
Decimal 147 224 127 0.34 0 0.43 0.12 107.63 0.61 0.69
Hex 93 E0 7F 22 0 2B C 6C 3D 45
Octal 223 340 177 42 0 53 14 154 75 105
Binary 10010011 11100000 1111111 100010 0 101011 1100 1101100 111101 1000101

Color Harmonies of #93E07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E07F

Black with #93E07F

Text Example


Text Example

White with #93E07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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