Html Css Color HEX #8FE775 Gossip

📋 copy color: '#8FE775'

red 143 ◦ green 231 ◦ blue 117

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

Shades of Gossip #8FE775

Tints of Gossip #8FE775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 29.12%
G = 47.05%
B = 23.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#8FE775 (or 0x8FE775) is known color: Gossip. HEX triplet: 8F, E7 and 75. RGB value is (143,231,117). Sum of RGB (Red+Green+Blue) = 143+231+117=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE775 is #70188A. Grayscale: #C0C0C0. Windows color (decimal): -7346315 or 7726991. OLE color: 7726991.

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

Color convert

RGB 143 231 117 -
CMYK 0.38 0 0.49 0.09
HSL 106.32º 0.7% 0.68% -
HSV(B) 106.32º 0.49% 0.91% -
XYZ 43.11 64.28 26.96 -
YUV 191.69 85.85 93.27 -
System Red Green Blue C M Y K H S L
Decimal 143 231 117 0.38 0 0.49 0.09 106.32 0.7 0.68
Hex 8F E7 75 26 0 31 9 6A 46 44
Octal 217 347 165 46 0 61 11 152 106 104
Binary 10001111 11100111 1110101 100110 0 110001 1001 1101010 1000110 1000100

Color Harmonies of #8FE775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE775

Black with #8FE775

Text Example


Text Example

White with #8FE775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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