Html Css Color HEX #8FCC75 Gossip

📋 copy color: '#8FCC75'

red 143 ◦ green 204 ◦ blue 117

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

Shades of Gossip #8FCC75

Tints of Gossip #8FCC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

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

R = 30.82%
G = 43.97%
B = 25.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#8FCC75 (or 0x8FCC75) is known color: Gossip. HEX triplet: 8F, CC and 75. RGB value is (143,204,117). Sum of RGB (Red+Green+Blue) = 143+204+117=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCC75 is #70338A. Grayscale: #B0B0B0. Windows color (decimal): -7353227 or 7720079. OLE color: 7720079.

HSL color Cylindrical-coordinate representation of color #8FCC75: hue angle of 102.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FCC75 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 117 -
CMYK 0.30 0 0.43 0.2
HSL 102.07º 0.46% 0.63% -
HSV(B) 102.07º 0.43% 0.8% -
XYZ 36.13 50.31 24.64 -
YUV 175.84 94.79 104.57 -
System Red Green Blue C M Y K H S L
Decimal 143 204 117 0.30 0 0.43 0.2 102.07 0.46 0.63
Hex 8F CC 75 1E 0 2B 14 66 2E 3F
Octal 217 314 165 36 0 53 24 146 56 77
Binary 10001111 11001100 1110101 11110 0 101011 10100 1100110 101110 111111

Color Harmonies of #8FCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCC75

Black with #8FCC75

Text Example


Text Example

White with #8FCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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