Html Css Color HEX #8FD378 Gossip

📋 copy color: '#8FD378'

red 143 ◦ green 211 ◦ blue 120

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

Shades of Gossip #8FD378

Tints of Gossip #8FD378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.32%

R = 30.17%
G = 44.51%
B = 25.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#8FD378 (or 0x8FD378) is known color: Gossip. HEX triplet: 8F, D3 and 78. RGB value is (143,211,120). Sum of RGB (Red+Green+Blue) = 143+211+120=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD378 is #702C87. Grayscale: #B4B4B4. Windows color (decimal): -7351432 or 7918479. OLE color: 7918479.

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

Color convert

RGB 143 211 120 -
CMYK 0.32 0 0.43 0.17
HSL 104.84º 0.51% 0.65% -
HSV(B) 104.84º 0.43% 0.83% -
XYZ 38.01 53.78 26.15 -
YUV 180.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 143 211 120 0.32 0 0.43 0.17 104.84 0.51 0.65
Hex 8F D3 78 20 0 2B 11 69 33 41
Octal 217 323 170 40 0 53 21 151 63 101
Binary 10001111 11010011 1111000 100000 0 101011 10001 1101001 110011 1000001

Color Harmonies of #8FD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD378

Black with #8FD378

Text Example


Text Example

White with #8FD378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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