Html Css Color HEX #8FE073 Gossip

📋 copy color: '#8FE073'

red 143 ◦ green 224 ◦ blue 115

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

Shades of Gossip #8FE073

Tints of Gossip #8FE073

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

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

R = 29.67%
G = 46.47%
B = 23.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#8FE073 (or 0x8FE073) is known color: Gossip. HEX triplet: 8F, E0 and 73. RGB value is (143,224,115). Sum of RGB (Red+Green+Blue) = 143+224+115=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE073 is #701F8C. Grayscale: #BBBBBB. Windows color (decimal): -7348109 or 7594127. OLE color: 7594127.

HSL color Cylindrical-coordinate representation of color #8FE073: hue angle of 104.59º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FE073 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 224 115 -
CMYK 0.36 0 0.49 0.12
HSL 104.59º 0.64% 0.66% -
HSV(B) 104.59º 0.49% 0.88% -
XYZ 41.08 60.39 25.71 -
YUV 187.36 87.16 96.36 -
System Red Green Blue C M Y K H S L
Decimal 143 224 115 0.36 0 0.49 0.12 104.59 0.64 0.66
Hex 8F E0 73 24 0 31 C 69 40 42
Octal 217 340 163 44 0 61 14 151 100 102
Binary 10001111 11100000 1110011 100100 0 110001 1100 1101001 1000000 1000010

Color Harmonies of #8FE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE073

Black with #8FE073

Text Example


Text Example

White with #8FE073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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