Html Css Color HEX #8FD77F Gossip

📋 copy color: '#8FD77F'

red 143 ◦ green 215 ◦ blue 127

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

Shades of Gossip #8FD77F

Tints of Gossip #8FD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 127 (50% from 255) = 26.19%

R = 29.48%
G = 44.33%
B = 26.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#8FD77F (or 0x8FD77F) is known color: Gossip. HEX triplet: 8F, D7 and 7F. RGB value is (143,215,127). Sum of RGB (Red+Green+Blue) = 143+215+127=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD77F is #702880. Grayscale: #B7B7B7. Windows color (decimal): -7350401 or 8378255. OLE color: 8378255.

HSL color Cylindrical-coordinate representation of color #8FD77F: hue angle of 109.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FD77F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 215 127 -
CMYK 0.33 0 0.41 0.16
HSL 109.09º 0.52% 0.67% -
HSV(B) 109.09º 0.41% 0.84% -
XYZ 39.46 55.97 28.8 -
YUV 183.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 143 215 127 0.33 0 0.41 0.16 109.09 0.52 0.67
Hex 8F D7 7F 21 0 29 10 6D 34 43
Octal 217 327 177 41 0 51 20 155 64 103
Binary 10001111 11010111 1111111 100001 0 101001 10000 1101101 110100 1000011

Color Harmonies of #8FD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD77F

Black with #8FD77F

Text Example


Text Example

White with #8FD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,215,127); }

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

background-color css

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

 a { background-color: rgb(143,215,127); }

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

border-color css

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

 span { border-color: rgb(143,215,127); }

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