Html Css Color HEX #8FCA7D Gossip

📋 copy color: '#8FCA7D'

red 143 ◦ green 202 ◦ blue 125

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

Shades of Gossip #8FCA7D

Tints of Gossip #8FCA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.98%

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

R = 30.43%
G = 42.98%
B = 26.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#8FCA7D (or 0x8FCA7D) is known color: Gossip. HEX triplet: 8F, CA and 7D. RGB value is (143,202,125). Sum of RGB (Red+Green+Blue) = 143+202+125=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA7D is #703582. Grayscale: #AFAFAF. Windows color (decimal): -7353731 or 8243855. OLE color: 8243855.

HSL color Cylindrical-coordinate representation of color #8FCA7D: hue angle of 105.97º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCA7D is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 202 125 -
CMYK 0.29 0 0.38 0.21
HSL 105.97º 0.42% 0.64% -
HSV(B) 105.97º 0.38% 0.79% -
XYZ 36.15 49.56 27.06 -
YUV 175.58 99.45 104.76 -
System Red Green Blue C M Y K H S L
Decimal 143 202 125 0.29 0 0.38 0.21 105.97 0.42 0.64
Hex 8F CA 7D 1D 0 26 15 6A 2A 40
Octal 217 312 175 35 0 46 25 152 52 100
Binary 10001111 11001010 1111101 11101 0 100110 10101 1101010 101010 1000000

Color Harmonies of #8FCA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA7D

Black with #8FCA7D

Text Example


Text Example

White with #8FCA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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