Html Css Color HEX #8FD882 Gossip

📋 copy color: '#8FD882'

red 143 ◦ green 216 ◦ blue 130

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

Shades of Gossip #8FD882

Tints of Gossip #8FD882

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.17%

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 29.24%
G = 44.17%
B = 26.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#8FD882 (or 0x8FD882) is known color: Gossip. HEX triplet: 8F, D8 and 82. RGB value is (143,216,130). Sum of RGB (Red+Green+Blue) = 143+216+130=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD882 is #70277D. Grayscale: #B8B8B8. Windows color (decimal): -7350142 or 8575119. OLE color: 8575119.

HSL color Cylindrical-coordinate representation of color #8FD882: hue angle of 110.93º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD882 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 216 130 -
CMYK 0.34 0 0.40 0.15
HSL 110.93º 0.52% 0.68% -
HSV(B) 110.93º 0.4% 0.85% -
XYZ 39.91 56.56 29.93 -
YUV 184.37 97.32 98.49 -
System Red Green Blue C M Y K H S L
Decimal 143 216 130 0.34 0 0.40 0.15 110.93 0.52 0.68
Hex 8F D8 82 22 0 28 F 6F 34 44
Octal 217 330 202 42 0 50 17 157 64 104
Binary 10001111 11011000 10000010 100010 0 101000 1111 1101111 110100 1000100

Color Harmonies of #8FD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD882

Black with #8FD882

Text Example


Text Example

White with #8FD882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,216,130); }

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

background-color css

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

 a { background-color: rgb(143,216,130); }

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

border-color css

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

 span { border-color: rgb(143,216,130); }

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