Html Css Color HEX #8FC07D Gossip

📋 copy color: '#8FC07D'

red 143 ◦ green 192 ◦ blue 125

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

Shades of Gossip #8FC07D

Tints of Gossip #8FC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

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

R = 31.09%
G = 41.74%
B = 27.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#8FC07D (or 0x8FC07D) is known color: Gossip. HEX triplet: 8F, C0 and 7D. RGB value is (143,192,125). Sum of RGB (Red+Green+Blue) = 143+192+125=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC07D is #703F82. Grayscale: #A9A9A9. Windows color (decimal): -7356291 or 8241295. OLE color: 8241295.

HSL color Cylindrical-coordinate representation of color #8FC07D: hue angle of 103.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FC07D is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 192 125 -
CMYK 0.26 0 0.35 0.25
HSL 103.88º 0.35% 0.62% -
HSV(B) 103.88º 0.35% 0.75% -
XYZ 33.88 45.02 26.31 -
YUV 169.71 102.77 108.95 -
System Red Green Blue C M Y K H S L
Decimal 143 192 125 0.26 0 0.35 0.25 103.88 0.35 0.62
Hex 8F C0 7D 1A 0 23 19 68 23 3E
Octal 217 300 175 32 0 43 31 150 43 76
Binary 10001111 11000000 1111101 11010 0 100011 11001 1101000 100011 111110

Color Harmonies of #8FC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC07D

Black with #8FC07D

Text Example


Text Example

White with #8FC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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