Html Css Color HEX #8FD073 Gossip

📋 copy color: '#8FD073'

red 143 ◦ green 208 ◦ blue 115

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

Shades of Gossip #8FD073

Tints of Gossip #8FD073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 30.69%
G = 44.64%
B = 24.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8FD073 (or 0x8FD073) is known color: Gossip. HEX triplet: 8F, D0 and 73. RGB value is (143,208,115). Sum of RGB (Red+Green+Blue) = 143+208+115=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD073 is #702F8C. Grayscale: #B2B2B2. Windows color (decimal): -7352205 or 7590031. OLE color: 7590031.

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

Color convert

RGB 143 208 115 -
CMYK 0.31 0 0.45 0.18
HSL 101.94º 0.5% 0.63% -
HSV(B) 101.94º 0.45% 0.82% -
XYZ 36.98 52.19 24.34 -
YUV 177.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 143 208 115 0.31 0 0.45 0.18 101.94 0.5 0.63
Hex 8F D0 73 1F 0 2D 12 66 32 3F
Octal 217 320 163 37 0 55 22 146 62 77
Binary 10001111 11010000 1110011 11111 0 101101 10010 1100110 110010 111111

Color Harmonies of #8FD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD073

Black with #8FD073

Text Example


Text Example

White with #8FD073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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