Html Css Color HEX #8BD76F Gossip

📋 copy color: '#8BD76F'

red 139 ◦ green 215 ◦ blue 111

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

Shades of Gossip #8BD76F

Tints of Gossip #8BD76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

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

R = 29.89%
G = 46.24%
B = 23.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#8BD76F (or 0x8BD76F) is known color: Gossip. HEX triplet: 8B, D7 and 6F. RGB value is (139,215,111). Sum of RGB (Red+Green+Blue) = 139+215+111=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD76F is #742890. Grayscale: #B4B4B4. Windows color (decimal): -7612561 or 7329675. OLE color: 7329675.

HSL color Cylindrical-coordinate representation of color #8BD76F: hue angle of 103.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BD76F is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 215 111 -
CMYK 0.35 0 0.48 0.16
HSL 103.85º 0.57% 0.64% -
HSV(B) 103.85º 0.48% 0.84% -
XYZ 37.82 55.24 23.71 -
YUV 180.42 88.82 98.46 -
System Red Green Blue C M Y K H S L
Decimal 139 215 111 0.35 0 0.48 0.16 103.85 0.57 0.64
Hex 8B D7 6F 23 0 30 10 68 39 40
Octal 213 327 157 43 0 60 20 150 71 100
Binary 10001011 11010111 1101111 100011 0 110000 10000 1101000 111001 1000000

Color Harmonies of #8BD76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD76F

Black with #8BD76F

Text Example


Text Example

White with #8BD76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,215,111); }

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

background-color css

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

 a { background-color: rgb(139,215,111); }

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

border-color css

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

 span { border-color: rgb(139,215,111); }

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