Html Css Color HEX #8FE378 Gossip

📋 copy color: '#8FE378'

red 143 ◦ green 227 ◦ blue 120

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

Shades of Gossip #8FE378

Tints of Gossip #8FE378

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.33%

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 29.18%
G = 46.33%
B = 24.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#8FE378 (or 0x8FE378) is known color: Gossip. HEX triplet: 8F, E3 and 78. RGB value is (143,227,120). Sum of RGB (Red+Green+Blue) = 143+227+120=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE378 is #701C87. Grayscale: #BEBEBE. Windows color (decimal): -7347336 or 7922575. OLE color: 7922575.

HSL color Cylindrical-coordinate representation of color #8FE378: hue angle of 107.1º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FE378 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 143 227 120 -
CMYK 0.37 0 0.47 0.11
HSL 107.1º 0.66% 0.68% -
HSV(B) 107.1º 0.47% 0.89% -
XYZ 42.19 62.13 27.54 -
YUV 189.69 88.67 94.7 -
System Red Green Blue C M Y K H S L
Decimal 143 227 120 0.37 0 0.47 0.11 107.1 0.66 0.68
Hex 8F E3 78 25 0 2F B 6B 42 44
Octal 217 343 170 45 0 57 13 153 102 104
Binary 10001111 11100011 1111000 100101 0 101111 1011 1101011 1000010 1000100

Color Harmonies of #8FE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE378

Black with #8FE378

Text Example


Text Example

White with #8FE378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,227,120); }

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

background-color css

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

 a { background-color: rgb(143,227,120); }

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

border-color css

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

 span { border-color: rgb(143,227,120); }

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