Html Css Color HEX #8FDD77 Gossip

📋 copy color: '#8FDD77'

red 143 ◦ green 221 ◦ blue 119

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

Shades of Gossip #8FDD77

Tints of Gossip #8FDD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.64%

R = 29.61%
G = 45.76%
B = 24.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#8FDD77 (or 0x8FDD77) is known color: Gossip. HEX triplet: 8F, DD and 77. RGB value is (143,221,119). Sum of RGB (Red+Green+Blue) = 143+221+119=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD77 is #702288. Grayscale: #BABABA. Windows color (decimal): -7348873 or 7855503. OLE color: 7855503.

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

Color convert

RGB 143 221 119 -
CMYK 0.35 0 0.46 0.13
HSL 105.88º 0.6% 0.67% -
HSV(B) 105.88º 0.46% 0.87% -
XYZ 40.51 58.88 26.68 -
YUV 186.05 90.16 97.29 -
System Red Green Blue C M Y K H S L
Decimal 143 221 119 0.35 0 0.46 0.13 105.88 0.6 0.67
Hex 8F DD 77 23 0 2E D 6A 3C 43
Octal 217 335 167 43 0 56 15 152 74 103
Binary 10001111 11011101 1110111 100011 0 101110 1101 1101010 111100 1000011

Color Harmonies of #8FDD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD77

Black with #8FDD77

Text Example


Text Example

White with #8FDD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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