Html Css Color HEX #8BD870 Gossip

📋 copy color: '#8BD870'

red 139 ◦ green 216 ◦ blue 112

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

Shades of Gossip #8BD870

Tints of Gossip #8BD870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 29.76%
G = 46.25%
B = 23.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#8BD870 (or 0x8BD870) is known color: Gossip. HEX triplet: 8B, D8 and 70. RGB value is (139,216,112). Sum of RGB (Red+Green+Blue) = 139+216+112=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #8BD870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD870 is #74278F. Grayscale: #B5B5B5. Windows color (decimal): -7612304 or 7395467. OLE color: 7395467.

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

Color convert

RGB 139 216 112 -
CMYK 0.36 0 0.48 0.15
HSL 104.42º 0.57% 0.64% -
HSV(B) 104.42º 0.48% 0.85% -
XYZ 38.13 55.77 24.08 -
YUV 181.12 88.99 97.96 -
System Red Green Blue C M Y K H S L
Decimal 139 216 112 0.36 0 0.48 0.15 104.42 0.57 0.64
Hex 8B D8 70 24 0 30 F 68 39 40
Octal 213 330 160 44 0 60 17 150 71 100
Binary 10001011 11011000 1110000 100100 0 110000 1111 1101000 111001 1000000

Color Harmonies of #8BD870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD870

Black with #8BD870

Text Example


Text Example

White with #8BD870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,216,112); }

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

background-color css

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

 a { background-color: rgb(139,216,112); }

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

border-color css

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

 span { border-color: rgb(139,216,112); }

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