Html Css Color HEX #8FC550 Mantis

📋 copy color: '#8FC550'

red 143 ◦ green 197 ◦ blue 80

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

Shades of Mantis #8FC550

Tints of Mantis #8FC550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 34.05%
G = 46.9%
B = 19.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#8FC550 (or 0x8FC550) is known color: Mantis. HEX triplet: 8F, C5 and 50. RGB value is (143,197,80). Sum of RGB (Red+Green+Blue) = 143+197+80=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC550 is #703AAF. Grayscale: #A7A7A7. Windows color (decimal): -7355056 or 5293455. OLE color: 5293455.

HSL color Cylindrical-coordinate representation of color #8FC550: hue angle of 87.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FC550 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 143 197 80 -
CMYK 0.27 0 0.59 0.23
HSL 87.69º 0.5% 0.54% -
HSV(B) 87.69º 0.59% 0.77% -
XYZ 32.74 46.35 14.81 -
YUV 167.52 78.61 110.51 -
System Red Green Blue C M Y K H S L
Decimal 143 197 80 0.27 0 0.59 0.23 87.69 0.5 0.54
Hex 8F C5 50 1B 0 3B 17 58 32 36
Octal 217 305 120 33 0 73 27 130 62 66
Binary 10001111 11000101 1010000 11011 0 111011 10111 1011000 110010 110110

Color Harmonies of #8FC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC550

Black with #8FC550

Text Example


Text Example

White with #8FC550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,197,80); }

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

background-color css

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

 a { background-color: rgb(143,197,80); }

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

border-color css

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

 span { border-color: rgb(143,197,80); }

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