Html Css Color HEX #8FC875 Gossip

📋 copy color: '#8FC875'

red 143 ◦ green 200 ◦ blue 117

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

Shades of Gossip #8FC875

Tints of Gossip #8FC875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.43%

R = 31.09%
G = 43.48%
B = 25.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#8FC875 (or 0x8FC875) is known color: Gossip. HEX triplet: 8F, C8 and 75. RGB value is (143,200,117). Sum of RGB (Red+Green+Blue) = 143+200+117=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC875 is #70378A. Grayscale: #ADADAD. Windows color (decimal): -7354251 or 7719055. OLE color: 7719055.

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

Color convert

RGB 143 200 117 -
CMYK 0.28 0 0.42 0.22
HSL 101.2º 0.43% 0.62% -
HSV(B) 101.2º 0.42% 0.78% -
XYZ 35.19 48.43 24.32 -
YUV 173.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 143 200 117 0.28 0 0.42 0.22 101.2 0.43 0.62
Hex 8F C8 75 1C 0 2A 16 65 2B 3E
Octal 217 310 165 34 0 52 26 145 53 76
Binary 10001111 11001000 1110101 11100 0 101010 10110 1100101 101011 111110

Color Harmonies of #8FC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC875

Black with #8FC875

Text Example


Text Example

White with #8FC875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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