Html Css Color HEX #8BCD78 Gossip

📋 copy color: '#8BCD78'

red 139 ◦ green 205 ◦ blue 120

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

Shades of Gossip #8BCD78

Tints of Gossip #8BCD78

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

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

R = 29.96%
G = 44.18%
B = 25.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#8BCD78 (or 0x8BCD78) is known color: Gossip. HEX triplet: 8B, CD and 78. RGB value is (139,205,120). Sum of RGB (Red+Green+Blue) = 139+205+120=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD78 is #743287. Grayscale: #AFAFAF. Windows color (decimal): -7615112 or 7916939. OLE color: 7916939.

HSL color Cylindrical-coordinate representation of color #8BCD78: hue angle of 106.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCD78 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 205 120 -
CMYK 0.32 0 0.41 0.20
HSL 106.59º 0.46% 0.64% -
HSV(B) 106.59º 0.41% 0.8% -
XYZ 35.87 50.51 25.63 -
YUV 175.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 139 205 120 0.32 0 0.41 0.20 106.59 0.46 0.64
Hex 8B CD 78 20 0 29 14 6B 2E 40
Octal 213 315 170 40 0 51 24 153 56 100
Binary 10001011 11001101 1111000 100000 0 101001 10100 1101011 101110 1000000

Color Harmonies of #8BCD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD78

Black with #8BCD78

Text Example


Text Example

White with #8BCD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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