Html Css Color HEX #8FD07C Gossip

📋 copy color: '#8FD07C'

red 143 ◦ green 208 ◦ blue 124

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

Shades of Gossip #8FD07C

Tints of Gossip #8FD07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

 BLUE value IS 124 (48.83% from 255) = 26.11%

R = 30.11%
G = 43.79%
B = 26.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#8FD07C (or 0x8FD07C) is known color: Gossip. HEX triplet: 8F, D0 and 7C. RGB value is (143,208,124). Sum of RGB (Red+Green+Blue) = 143+208+124=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD07C is #702F83. Grayscale: #B3B3B3. Windows color (decimal): -7352196 or 8179855. OLE color: 8179855.

HSL color Cylindrical-coordinate representation of color #8FD07C: hue angle of 106.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD07C is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 124 -
CMYK 0.31 0 0.40 0.18
HSL 106.43º 0.47% 0.65% -
HSV(B) 106.43º 0.4% 0.82% -
XYZ 37.52 52.41 27.21 -
YUV 178.99 96.97 102.33 -
System Red Green Blue C M Y K H S L
Decimal 143 208 124 0.31 0 0.40 0.18 106.43 0.47 0.65
Hex 8F D0 7C 1F 0 28 12 6A 2F 41
Octal 217 320 174 37 0 50 22 152 57 101
Binary 10001111 11010000 1111100 11111 0 101000 10010 1101010 101111 1000001

Color Harmonies of #8FD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD07C

Black with #8FD07C

Text Example


Text Example

White with #8FD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,124); }

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

background-color css

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

 a { background-color: rgb(143,208,124); }

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

border-color css

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

 span { border-color: rgb(143,208,124); }

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