Html Css Color HEX #8FCA7F Gossip

📋 copy color: '#8FCA7F'

red 143 ◦ green 202 ◦ blue 127

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

Shades of Gossip #8FCA7F

Tints of Gossip #8FCA7F

RGB

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

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

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

R = 30.3%
G = 42.8%
B = 26.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#8FCA7F (or 0x8FCA7F) is known color: Gossip. HEX triplet: 8F, CA and 7F. RGB value is (143,202,127). Sum of RGB (Red+Green+Blue) = 143+202+127=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA7F is #703580. Grayscale: #B0B0B0. Windows color (decimal): -7353729 or 8374927. OLE color: 8374927.

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

Color convert

RGB 143 202 127 -
CMYK 0.29 0 0.37 0.21
HSL 107.2º 0.41% 0.65% -
HSV(B) 107.2º 0.37% 0.79% -
XYZ 36.28 49.61 27.74 -
YUV 175.81 100.45 104.6 -
System Red Green Blue C M Y K H S L
Decimal 143 202 127 0.29 0 0.37 0.21 107.2 0.41 0.65
Hex 8F CA 7F 1D 0 25 15 6B 29 41
Octal 217 312 177 35 0 45 25 153 51 101
Binary 10001111 11001010 1111111 11101 0 100101 10101 1101011 101001 1000001

Color Harmonies of #8FCA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA7F

Black with #8FCA7F

Text Example


Text Example

White with #8FCA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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