Html Css Color HEX #8BD071 Gossip

📋 copy color: '#8BD071'

red 139 ◦ green 208 ◦ blue 113

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

Shades of Gossip #8BD071

Tints of Gossip #8BD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

 BLUE value IS 113 (44.53% from 255) = 24.57%

R = 30.22%
G = 45.22%
B = 24.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#8BD071 (or 0x8BD071) is known color: Gossip. HEX triplet: 8B, D0 and 71. RGB value is (139,208,113). Sum of RGB (Red+Green+Blue) = 139+208+113=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD071 is #742F8E. Grayscale: #B0B0B0. Windows color (decimal): -7614351 or 7458955. OLE color: 7458955.

HSL color Cylindrical-coordinate representation of color #8BD071: hue angle of 103.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BD071 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 113 -
CMYK 0.33 0 0.46 0.18
HSL 103.58º 0.5% 0.63% -
HSV(B) 103.58º 0.46% 0.82% -
XYZ 36.18 51.79 23.71 -
YUV 176.54 92.14 101.22 -
System Red Green Blue C M Y K H S L
Decimal 139 208 113 0.33 0 0.46 0.18 103.58 0.5 0.63
Hex 8B D0 71 21 0 2E 12 68 32 3F
Octal 213 320 161 41 0 56 22 150 62 77
Binary 10001011 11010000 1110001 100001 0 101110 10010 1101000 110010 111111

Color Harmonies of #8BD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD071

Black with #8BD071

Text Example


Text Example

White with #8BD071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,208,113); }

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

background-color css

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

 a { background-color: rgb(139,208,113); }

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

border-color css

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

 span { border-color: rgb(139,208,113); }

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