Html Css Color HEX #8FDD76 Gossip

📋 copy color: '#8FDD76'

red 143 ◦ green 221 ◦ blue 118

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

Shades of Gossip #8FDD76

Tints of Gossip #8FDD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 29.67%
G = 45.85%
B = 24.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#8FDD76 (or 0x8FDD76) is known color: Gossip. HEX triplet: 8F, DD and 76. RGB value is (143,221,118). Sum of RGB (Red+Green+Blue) = 143+221+118=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD76 is #702289. Grayscale: #BABABA. Windows color (decimal): -7348874 or 7789967. OLE color: 7789967.

HSL color Cylindrical-coordinate representation of color #8FDD76: hue angle of 105.44º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDD76 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 118 -
CMYK 0.35 0 0.47 0.13
HSL 105.44º 0.6% 0.66% -
HSV(B) 105.44º 0.47% 0.87% -
XYZ 40.45 58.86 26.37 -
YUV 185.94 89.66 97.38 -
System Red Green Blue C M Y K H S L
Decimal 143 221 118 0.35 0 0.47 0.13 105.44 0.6 0.66
Hex 8F DD 76 23 0 2F D 69 3C 42
Octal 217 335 166 43 0 57 15 151 74 102
Binary 10001111 11011101 1110110 100011 0 101111 1101 1101001 111100 1000010

Color Harmonies of #8FDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD76

Black with #8FDD76

Text Example


Text Example

White with #8FDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,221,118); }

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

background-color css

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

 a { background-color: rgb(143,221,118); }

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

border-color css

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

 span { border-color: rgb(143,221,118); }

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