Html Css Color HEX #93DA6F Gossip

📋 copy color: '#93DA6F'

red 147 ◦ green 218 ◦ blue 111

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

Shades of Gossip #93DA6F

Tints of Gossip #93DA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.8%

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 30.88%
G = 45.8%
B = 23.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#93DA6F (or 0x93DA6F) is known color: Gossip. HEX triplet: 93, DA and 6F. RGB value is (147,218,111). Sum of RGB (Red+Green+Blue) = 147+218+111=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DA6F is #6C2590. Grayscale: #B8B8B8. Windows color (decimal): -7087505 or 7330451. OLE color: 7330451.

HSL color Cylindrical-coordinate representation of color #93DA6F: hue angle of 99.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93DA6F is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 218 111 -
CMYK 0.33 0 0.49 0.15
HSL 99.81º 0.59% 0.65% -
HSV(B) 99.81º 0.49% 0.85% -
XYZ 39.97 57.49 24.03 -
YUV 184.57 86.48 101.2 -
System Red Green Blue C M Y K H S L
Decimal 147 218 111 0.33 0 0.49 0.15 99.81 0.59 0.65
Hex 93 DA 6F 21 0 31 F 64 3B 41
Octal 223 332 157 41 0 61 17 144 73 101
Binary 10010011 11011010 1101111 100001 0 110001 1111 1100100 111011 1000001

Color Harmonies of #93DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DA6F

Black with #93DA6F

Text Example


Text Example

White with #93DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,218,111); }

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

background-color css

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

 a { background-color: rgb(147,218,111); }

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

border-color css

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

 span { border-color: rgb(147,218,111); }

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