Html Css Color HEX #8BD778 Gossip

📋 copy color: '#8BD778'

red 139 ◦ green 215 ◦ blue 120

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

Shades of Gossip #8BD778

Tints of Gossip #8BD778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 29.32%
G = 45.36%
B = 25.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#8BD778 (or 0x8BD778) is known color: Gossip. HEX triplet: 8B, D7 and 78. RGB value is (139,215,120). Sum of RGB (Red+Green+Blue) = 139+215+120=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD778 is #742887. Grayscale: #B5B5B5. Windows color (decimal): -7612552 or 7919499. OLE color: 7919499.

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

Color convert

RGB 139 215 120 -
CMYK 0.35 0 0.44 0.16
HSL 108º 0.54% 0.66% -
HSV(B) 108º 0.44% 0.84% -
XYZ 38.34 55.45 26.45 -
YUV 181.45 93.32 97.72 -
System Red Green Blue C M Y K H S L
Decimal 139 215 120 0.35 0 0.44 0.16 108 0.54 0.66
Hex 8B D7 78 23 0 2C 10 6C 36 42
Octal 213 327 170 43 0 54 20 154 66 102
Binary 10001011 11010111 1111000 100011 0 101100 10000 1101100 110110 1000010

Color Harmonies of #8BD778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD778

Black with #8BD778

Text Example


Text Example

White with #8BD778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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