Html Css Color HEX #8FC880 Gossip

📋 copy color: '#8FC880'

red 143 ◦ green 200 ◦ blue 128

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

Shades of Gossip #8FC880

Tints of Gossip #8FC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.46%

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

R = 30.36%
G = 42.46%
B = 27.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#8FC880 (or 0x8FC880) is known color: Gossip. HEX triplet: 8F, C8 and 80. RGB value is (143,200,128). Sum of RGB (Red+Green+Blue) = 143+200+128=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC880 is #70377F. Grayscale: #AEAEAE. Windows color (decimal): -7354240 or 8439951. OLE color: 8439951.

HSL color Cylindrical-coordinate representation of color #8FC880: hue angle of 107.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FC880 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 200 128 -
CMYK 0.28 0 0.36 0.22
HSL 107.5º 0.4% 0.64% -
HSV(B) 107.5º 0.36% 0.78% -
XYZ 35.88 48.71 27.93 -
YUV 174.75 101.62 105.35 -
System Red Green Blue C M Y K H S L
Decimal 143 200 128 0.28 0 0.36 0.22 107.5 0.4 0.64
Hex 8F C8 80 1C 0 24 16 6C 28 40
Octal 217 310 200 34 0 44 26 154 50 100
Binary 10001111 11001000 10000000 11100 0 100100 10110 1101100 101000 1000000

Color Harmonies of #8FC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC880

Black with #8FC880

Text Example


Text Example

White with #8FC880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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