Html Css Color HEX #8FE772 Gossip

📋 copy color: '#8FE772'

red 143 ◦ green 231 ◦ blue 114

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

Shades of Gossip #8FE772

Tints of Gossip #8FE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.34%

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 29.3%
G = 47.34%
B = 23.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#8FE772 (or 0x8FE772) is known color: Gossip. HEX triplet: 8F, E7 and 72. RGB value is (143,231,114). Sum of RGB (Red+Green+Blue) = 143+231+114=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE772 is #70188D. Grayscale: #BFBFBF. Windows color (decimal): -7346318 or 7530383. OLE color: 7530383.

HSL color Cylindrical-coordinate representation of color #8FE772: hue angle of 105.13º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FE772 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 143 231 114 -
CMYK 0.38 0 0.51 0.09
HSL 105.13º 0.71% 0.68% -
HSV(B) 105.13º 0.51% 0.91% -
XYZ 42.94 64.21 26.05 -
YUV 191.35 84.35 93.51 -
System Red Green Blue C M Y K H S L
Decimal 143 231 114 0.38 0 0.51 0.09 105.13 0.71 0.68
Hex 8F E7 72 26 0 33 9 69 47 44
Octal 217 347 162 46 0 63 11 151 107 104
Binary 10001111 11100111 1110010 100110 0 110011 1001 1101001 1000111 1000100

Color Harmonies of #8FE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE772

Black with #8FE772

Text Example


Text Example

White with #8FE772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,231,114); }

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

background-color css

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

 a { background-color: rgb(143,231,114); }

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

border-color css

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

 span { border-color: rgb(143,231,114); }

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