Html Css Color HEX #8FDD6E Gossip

📋 copy color: '#8FDD6E'

red 143 ◦ green 221 ◦ blue 110

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

Shades of Gossip #8FDD6E

Tints of Gossip #8FDD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 30.17%
G = 46.62%
B = 23.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#8FDD6E (or 0x8FDD6E) is known color: Gossip. HEX triplet: 8F, DD and 6E. RGB value is (143,221,110). Sum of RGB (Red+Green+Blue) = 143+221+110=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD6E is #702291. Grayscale: #B9B9B9. Windows color (decimal): -7348882 or 7265679. OLE color: 7265679.

HSL color Cylindrical-coordinate representation of color #8FDD6E: hue angle of 102.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FDD6E is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 110 -
CMYK 0.35 0 0.50 0.13
HSL 102.16º 0.62% 0.65% -
HSV(B) 102.16º 0.5% 0.87% -
XYZ 40 58.68 23.97 -
YUV 185.02 85.66 98.03 -
System Red Green Blue C M Y K H S L
Decimal 143 221 110 0.35 0 0.50 0.13 102.16 0.62 0.65
Hex 8F DD 6E 23 0 32 D 66 3E 41
Octal 217 335 156 43 0 62 15 146 76 101
Binary 10001111 11011101 1101110 100011 0 110010 1101 1100110 111110 1000001

Color Harmonies of #8FDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD6E

Black with #8FDD6E

Text Example


Text Example

White with #8FDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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