Html Css Color HEX #8BD379 Gossip

📋 copy color: '#8BD379'

red 139 ◦ green 211 ◦ blue 121

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

Shades of Gossip #8BD379

Tints of Gossip #8BD379

RGB

 RED value IS 139 (54.69% from 255) = 29.51%

 GREEN value IS 211 (82.81% from 255) = 44.8%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 29.51%
G = 44.8%
B = 25.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#8BD379 (or 0x8BD379) is known color: Gossip. HEX triplet: 8B, D3 and 79. RGB value is (139,211,121). Sum of RGB (Red+Green+Blue) = 139+211+121=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD379 is #742C86. Grayscale: #B3B3B3. Windows color (decimal): -7613575 or 7984011. OLE color: 7984011.

HSL color Cylindrical-coordinate representation of color #8BD379: hue angle of 108º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD379 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 211 121 -
CMYK 0.34 0 0.43 0.17
HSL 108º 0.51% 0.65% -
HSV(B) 108º 0.43% 0.83% -
XYZ 37.39 53.46 26.44 -
YUV 179.21 95.15 99.32 -
System Red Green Blue C M Y K H S L
Decimal 139 211 121 0.34 0 0.43 0.17 108 0.51 0.65
Hex 8B D3 79 22 0 2B 11 6C 33 41
Octal 213 323 171 42 0 53 21 154 63 101
Binary 10001011 11010011 1111001 100010 0 101011 10001 1101100 110011 1000001

Color Harmonies of #8BD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD379

Black with #8BD379

Text Example


Text Example

White with #8BD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BD379; }

 p { color: rgb(139,211,121); }

 H1.HeaderClassName
 {
   color: #8BD379;
 }
 .AnyTagClassName
 {
   color: #8BD379;
 }
</style>

background-color css

<style>
 a { background-color: #8BD379; }

 a { background-color: rgb(139,211,121); }

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

border-color css

<style>
 span { border-color: #8BD379; }

 span { border-color: rgb(139,211,121); }

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