Html Css Color HEX #8FD380 Gossip

📋 copy color: '#8FD380'

red 143 ◦ green 211 ◦ blue 128

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

Shades of Gossip #8FD380

Tints of Gossip #8FD380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 29.67%
G = 43.78%
B = 26.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#8FD380 (or 0x8FD380) is known color: Gossip. HEX triplet: 8F, D3 and 80. RGB value is (143,211,128). Sum of RGB (Red+Green+Blue) = 143+211+128=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD380 is #702C7F. Grayscale: #B5B5B5. Windows color (decimal): -7351424 or 8442767. OLE color: 8442767.

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

Color convert

RGB 143 211 128 -
CMYK 0.32 0 0.39 0.17
HSL 109.16º 0.49% 0.66% -
HSV(B) 109.16º 0.39% 0.83% -
XYZ 38.52 53.99 28.81 -
YUV 181.21 97.97 100.75 -
System Red Green Blue C M Y K H S L
Decimal 143 211 128 0.32 0 0.39 0.17 109.16 0.49 0.66
Hex 8F D3 80 20 0 27 11 6D 31 42
Octal 217 323 200 40 0 47 21 155 61 102
Binary 10001111 11010011 10000000 100000 0 100111 10001 1101101 110001 1000010

Color Harmonies of #8FD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD380

Black with #8FD380

Text Example


Text Example

White with #8FD380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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