Html Css Color HEX #8FD680 Gossip

📋 copy color: '#8FD680'

red 143 ◦ green 214 ◦ blue 128

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

Shades of Gossip #8FD680

Tints of Gossip #8FD680

RGB

 RED value IS 143 (56.25% from 255) = 29.48%

 GREEN value IS 214 (83.98% from 255) = 44.12%

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 29.48%
G = 44.12%
B = 26.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#8FD680 (or 0x8FD680) is known color: Gossip. HEX triplet: 8F, D6 and 80. RGB value is (143,214,128). Sum of RGB (Red+Green+Blue) = 143+214+128=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD680 is #70297F. Grayscale: #B7B7B7. Windows color (decimal): -7350656 or 8443535. OLE color: 8443535.

HSL color Cylindrical-coordinate representation of color #8FD680: hue angle of 109.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD680 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 214 128 -
CMYK 0.33 0 0.40 0.16
HSL 109.53º 0.51% 0.67% -
HSV(B) 109.53º 0.4% 0.84% -
XYZ 39.27 55.49 29.06 -
YUV 182.97 96.98 99.49 -
System Red Green Blue C M Y K H S L
Decimal 143 214 128 0.33 0 0.40 0.16 109.53 0.51 0.67
Hex 8F D6 80 21 0 28 10 6E 33 43
Octal 217 326 200 41 0 50 20 156 63 103
Binary 10001111 11010110 10000000 100001 0 101000 10000 1101110 110011 1000011

Color Harmonies of #8FD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD680

Black with #8FD680

Text Example


Text Example

White with #8FD680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,214,128); }

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

background-color css

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

 a { background-color: rgb(143,214,128); }

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

border-color css

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

 span { border-color: rgb(143,214,128); }

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