Html Css Color HEX #8FC350 Mantis

📋 copy color: '#8FC350'

red 143 ◦ green 195 ◦ blue 80

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

Shades of Mantis #8FC350

Tints of Mantis #8FC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.65%

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

R = 34.21%
G = 46.65%
B = 19.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#8FC350 (or 0x8FC350) is known color: Mantis. HEX triplet: 8F, C3 and 50. RGB value is (143,195,80). Sum of RGB (Red+Green+Blue) = 143+195+80=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC350 is #703CAF. Grayscale: #A6A6A6. Windows color (decimal): -7355568 or 5292943. OLE color: 5292943.

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

Color convert

RGB 143 195 80 -
CMYK 0.27 0 0.59 0.24
HSL 87.13º 0.49% 0.54% -
HSV(B) 87.13º 0.59% 0.76% -
XYZ 32.29 45.45 14.66 -
YUV 166.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 143 195 80 0.27 0 0.59 0.24 87.13 0.49 0.54
Hex 8F C3 50 1B 0 3B 18 57 31 36
Octal 217 303 120 33 0 73 30 127 61 66
Binary 10001111 11000011 1010000 11011 0 111011 11000 1010111 110001 110110

Color Harmonies of #8FC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC350

Black with #8FC350

Text Example


Text Example

White with #8FC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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