Html Css Color HEX #8FDA81 Gossip

📋 copy color: '#8FDA81'

red 143 ◦ green 218 ◦ blue 129

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

Shades of Gossip #8FDA81

Tints of Gossip #8FDA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.33%

R = 29.18%
G = 44.49%
B = 26.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#8FDA81 (or 0x8FDA81) is known color: Gossip. HEX triplet: 8F, DA and 81. RGB value is (143,218,129). Sum of RGB (Red+Green+Blue) = 143+218+129=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDA81 is #70257E. Grayscale: #B9B9B9. Windows color (decimal): -7349631 or 8510095. OLE color: 8510095.

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

Color convert

RGB 143 218 129 -
CMYK 0.34 0 0.41 0.15
HSL 110.56º 0.55% 0.68% -
HSV(B) 110.56º 0.41% 0.85% -
XYZ 40.36 57.57 29.75 -
YUV 185.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 143 218 129 0.34 0 0.41 0.15 110.56 0.55 0.68
Hex 8F DA 81 22 0 29 F 6F 37 44
Octal 217 332 201 42 0 51 17 157 67 104
Binary 10001111 11011010 10000001 100010 0 101001 1111 1101111 110111 1000100

Color Harmonies of #8FDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDA81

Black with #8FDA81

Text Example


Text Example

White with #8FDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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