Html Css Color HEX #8FD071 Gossip

📋 copy color: '#8FD071'

red 143 ◦ green 208 ◦ blue 113

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

Shades of Gossip #8FD071

Tints of Gossip #8FD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.83%

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 30.82%
G = 44.83%
B = 24.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#8FD071 (or 0x8FD071) is known color: Gossip. HEX triplet: 8F, D0 and 71. RGB value is (143,208,113). Sum of RGB (Red+Green+Blue) = 143+208+113=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD071 is #702F8E. Grayscale: #B2B2B2. Windows color (decimal): -7352207 or 7458959. OLE color: 7458959.

HSL color Cylindrical-coordinate representation of color #8FD071: hue angle of 101.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FD071 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 113 -
CMYK 0.31 0 0.46 0.18
HSL 101.05º 0.5% 0.63% -
HSV(B) 101.05º 0.46% 0.82% -
XYZ 36.86 52.14 23.74 -
YUV 177.74 91.47 103.22 -
System Red Green Blue C M Y K H S L
Decimal 143 208 113 0.31 0 0.46 0.18 101.05 0.5 0.63
Hex 8F D0 71 1F 0 2E 12 65 32 3F
Octal 217 320 161 37 0 56 22 145 62 77
Binary 10001111 11010000 1110001 11111 0 101110 10010 1100101 110010 111111

Color Harmonies of #8FD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD071

Black with #8FD071

Text Example


Text Example

White with #8FD071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,113); }

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

background-color css

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

 a { background-color: rgb(143,208,113); }

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

border-color css

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

 span { border-color: rgb(143,208,113); }

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