Html Css Color HEX #8FE172 Gossip

📋 copy color: '#8FE172'

red 143 ◦ green 225 ◦ blue 114

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

Shades of Gossip #8FE172

Tints of Gossip #8FE172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

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

R = 29.67%
G = 46.68%
B = 23.65%

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

#8FE172 (or 0x8FE172) is known color: Gossip. HEX triplet: 8F, E1 and 72. RGB value is (143,225,114). Sum of RGB (Red+Green+Blue) = 143+225+114=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE172 is #701E8D. Grayscale: #BCBCBC. Windows color (decimal): -7347854 or 7528847. OLE color: 7528847.

HSL color Cylindrical-coordinate representation of color #8FE172: hue angle of 104.32º degrees, saturation: 0.65, 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 #8FE172 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 225 114 -
CMYK 0.36 0 0.49 0.12
HSL 104.32º 0.65% 0.66% -
HSV(B) 104.32º 0.49% 0.88% -
XYZ 41.29 60.9 25.5 -
YUV 187.83 86.33 96.03 -
System Red Green Blue C M Y K H S L
Decimal 143 225 114 0.36 0 0.49 0.12 104.32 0.65 0.66
Hex 8F E1 72 24 0 31 C 68 41 42
Octal 217 341 162 44 0 61 14 150 101 102
Binary 10001111 11100001 1110010 100100 0 110001 1100 1101000 1000001 1000010

Color Harmonies of #8FE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE172

Black with #8FE172

Text Example


Text Example

White with #8FE172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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