Html Css Color HEX #9FDC83 Gossip

📋 copy color: '#9FDC83'

red 159 ◦ green 220 ◦ blue 131

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

Shades of Gossip #9FDC83

Tints of Gossip #9FDC83

RGB

 RED value IS 159 (62.5% from 255) = 31.18%

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 131 (51.56% from 255) = 25.69%

R = 31.18%
G = 43.14%
B = 25.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#9FDC83 (or 0x9FDC83) is known color: Gossip. HEX triplet: 9F, DC and 83. RGB value is (159,220,131). Sum of RGB (Red+Green+Blue) = 159+220+131=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDC83 is #60237C. Grayscale: #BFBFBF. Windows color (decimal): -6300541 or 8641695. OLE color: 8641695.

HSL color Cylindrical-coordinate representation of color #9FDC83: hue angle of 101.12º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FDC83 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 131 -
CMYK 0.28 0 0.40 0.14
HSL 101.12º 0.56% 0.69% -
HSV(B) 101.12º 0.4% 0.86% -
XYZ 43.99 60.2 30.77 -
YUV 191.62 93.79 104.74 -
System Red Green Blue C M Y K H S L
Decimal 159 220 131 0.28 0 0.40 0.14 101.12 0.56 0.69
Hex 9F DC 83 1C 0 28 E 65 38 45
Octal 237 334 203 34 0 50 16 145 70 105
Binary 10011111 11011100 10000011 11100 0 101000 1110 1100101 111000 1000101

Color Harmonies of #9FDC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC83

Black with #9FDC83

Text Example


Text Example

White with #9FDC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FDC83; }

 p { color: rgb(159,220,131); }

 H1.HeaderClassName
 {
   color: #9FDC83;
 }
 .AnyTagClassName
 {
   color: #9FDC83;
 }
</style>

background-color css

<style>
 a { background-color: #9FDC83; }

 a { background-color: rgb(159,220,131); }

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

border-color css

<style>
 span { border-color: #9FDC83; }

 span { border-color: rgb(159,220,131); }

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