Html Css Color HEX #8FD76B Gossip

📋 copy color: '#8FD76B'

red 143 ◦ green 215 ◦ blue 107

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

Shades of Gossip #8FD76B

Tints of Gossip #8FD76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.24%

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 30.75%
G = 46.24%
B = 23.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#8FD76B (or 0x8FD76B) is known color: Gossip. HEX triplet: 8F, D7 and 6B. RGB value is (143,215,107). Sum of RGB (Red+Green+Blue) = 143+215+107=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD76B is #702894. Grayscale: #B5B5B5. Windows color (decimal): -7350421 or 7067535. OLE color: 7067535.

HSL color Cylindrical-coordinate representation of color #8FD76B: hue angle of 100º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FD76B is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 215 107 -
CMYK 0.33 0 0.50 0.16
HSL 100º 0.57% 0.63% -
HSV(B) 100º 0.5% 0.84% -
XYZ 38.28 55.5 22.61 -
YUV 181.16 86.15 100.78 -
System Red Green Blue C M Y K H S L
Decimal 143 215 107 0.33 0 0.50 0.16 100 0.57 0.63
Hex 8F D7 6B 21 0 32 10 64 39 3F
Octal 217 327 153 41 0 62 20 144 71 77
Binary 10001111 11010111 1101011 100001 0 110010 10000 1100100 111001 111111

Color Harmonies of #8FD76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD76B

Black with #8FD76B

Text Example


Text Example

White with #8FD76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,215,107); }

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

background-color css

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

 a { background-color: rgb(143,215,107); }

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

border-color css

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

 span { border-color: rgb(143,215,107); }

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