Html Css Color HEX #93DF80 Gossip

📋 copy color: '#93DF80'

red 147 ◦ green 223 ◦ blue 128

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

Shades of Gossip #93DF80

Tints of Gossip #93DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.78%

 BLUE value IS 128 (50.39% from 255) = 25.7%

R = 29.52%
G = 44.78%
B = 25.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#93DF80 (or 0x93DF80) is known color: Gossip. HEX triplet: 93, DF and 80. RGB value is (147,223,128). Sum of RGB (Red+Green+Blue) = 147+223+128=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #93DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DF80 is #6C207F. Grayscale: #BDBDBD. Windows color (decimal): -7086208 or 8445843. OLE color: 8445843.

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

Color convert

RGB 147 223 128 -
CMYK 0.34 0 0.43 0.13
HSL 108º 0.6% 0.69% -
HSV(B) 108º 0.43% 0.87% -
XYZ 42.32 60.54 29.88 -
YUV 189.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 147 223 128 0.34 0 0.43 0.13 108 0.6 0.69
Hex 93 DF 80 22 0 2B D 6C 3C 45
Octal 223 337 200 42 0 53 15 154 74 105
Binary 10010011 11011111 10000000 100010 0 101011 1101 1101100 111100 1000101

Color Harmonies of #93DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DF80

Black with #93DF80

Text Example


Text Example

White with #93DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,223,128); }

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

background-color css

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

 a { background-color: rgb(147,223,128); }

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

border-color css

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

 span { border-color: rgb(147,223,128); }

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