Html Css Color HEX #8FE470 Gossip

📋 copy color: '#8FE470'

red 143 ◦ green 228 ◦ blue 112

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

Shades of Gossip #8FE470

Tints of Gossip #8FE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.2%

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 29.61%
G = 47.2%
B = 23.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#8FE470 (or 0x8FE470) is known color: Gossip. HEX triplet: 8F, E4 and 70. RGB value is (143,228,112). Sum of RGB (Red+Green+Blue) = 143+228+112=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE470 is #701B8F. Grayscale: #BDBDBD. Windows color (decimal): -7347088 or 7398543. OLE color: 7398543.

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

Color convert

RGB 143 228 112 -
CMYK 0.37 0 0.51 0.11
HSL 103.97º 0.68% 0.67% -
HSV(B) 103.97º 0.51% 0.89% -
XYZ 42 62.5 25.18 -
YUV 189.36 84.34 94.93 -
System Red Green Blue C M Y K H S L
Decimal 143 228 112 0.37 0 0.51 0.11 103.97 0.68 0.67
Hex 8F E4 70 25 0 33 B 68 44 43
Octal 217 344 160 45 0 63 13 150 104 103
Binary 10001111 11100100 1110000 100101 0 110011 1011 1101000 1000100 1000011

Color Harmonies of #8FE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FE470

Black with #8FE470

Text Example


Text Example

White with #8FE470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,228,112); }

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

background-color css

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

 a { background-color: rgb(143,228,112); }

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

border-color css

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

 span { border-color: rgb(143,228,112); }

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