Html Css Color HEX #8FDA7D Gossip

📋 copy color: '#8FDA7D'

red 143 ◦ green 218 ◦ blue 125

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

Shades of Gossip #8FDA7D

Tints of Gossip #8FDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 29.42%
G = 44.86%
B = 25.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#8FDA7D (or 0x8FDA7D) is known color: Gossip. HEX triplet: 8F, DA and 7D. RGB value is (143,218,125). Sum of RGB (Red+Green+Blue) = 143+218+125=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDA7D is #702582. Grayscale: #B9B9B9. Windows color (decimal): -7349635 or 8247951. OLE color: 8247951.

HSL color Cylindrical-coordinate representation of color #8FDA7D: hue angle of 108.39º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDA7D is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 218 125 -
CMYK 0.34 0 0.43 0.15
HSL 108.39º 0.56% 0.67% -
HSV(B) 108.39º 0.43% 0.85% -
XYZ 40.1 57.46 28.38 -
YUV 184.97 94.15 98.06 -
System Red Green Blue C M Y K H S L
Decimal 143 218 125 0.34 0 0.43 0.15 108.39 0.56 0.67
Hex 8F DA 7D 22 0 2B F 6C 38 43
Octal 217 332 175 42 0 53 17 154 70 103
Binary 10001111 11011010 1111101 100010 0 101011 1111 1101100 111000 1000011

Color Harmonies of #8FDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDA7D

Black with #8FDA7D

Text Example


Text Example

White with #8FDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,218,125); }

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

background-color css

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

 a { background-color: rgb(143,218,125); }

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

border-color css

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

 span { border-color: rgb(143,218,125); }

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