Html Css Color HEX #8FD370 Gossip

📋 copy color: '#8FD370'

red 143 ◦ green 211 ◦ blue 112

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

Shades of Gossip #8FD370

Tints of Gossip #8FD370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

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

R = 30.69%
G = 45.28%
B = 24.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#8FD370 (or 0x8FD370) is known color: Gossip. HEX triplet: 8F, D3 and 70. RGB value is (143,211,112). Sum of RGB (Red+Green+Blue) = 143+211+112=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD370 is #702C8F. Grayscale: #B3B3B3. Windows color (decimal): -7351440 or 7394191. OLE color: 7394191.

HSL color Cylindrical-coordinate representation of color #8FD370: hue angle of 101.21º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FD370 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 143 211 112 -
CMYK 0.32 0 0.47 0.17
HSL 101.21º 0.53% 0.63% -
HSV(B) 101.21º 0.47% 0.83% -
XYZ 37.55 53.6 23.7 -
YUV 179.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 143 211 112 0.32 0 0.47 0.17 101.21 0.53 0.63
Hex 8F D3 70 20 0 2F 11 65 35 3F
Octal 217 323 160 40 0 57 21 145 65 77
Binary 10001111 11010011 1110000 100000 0 101111 10001 1100101 110101 111111

Color Harmonies of #8FD370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD370

Black with #8FD370

Text Example


Text Example

White with #8FD370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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