Html Css Color HEX #8CF056 Mantis

📋 copy color: '#8CF056'

red 140 ◦ green 240 ◦ blue 86

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

Shades of Mantis #8CF056

Tints of Mantis #8CF056

RGB

 RED value IS 140 (55.08% from 255) = 30.04%

 GREEN value IS 240 (94.14% from 255) = 51.5%

 BLUE value IS 86 (33.98% from 255) = 18.45%

R = 30.04%
G = 51.5%
B = 18.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#8CF056 (or 0x8CF056) is known color: Mantis. HEX triplet: 8C, F0 and 56. RGB value is (140,240,86). Sum of RGB (Red+Green+Blue) = 140+240+86=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF056 is #730FA9. Grayscale: #C1C1C1. Windows color (decimal): -7540650 or 5697676. OLE color: 5697676.

HSL color Cylindrical-coordinate representation of color #8CF056: hue angle of 98.96º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CF056 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 240 86 -
CMYK 0.42 0 0.64 0.06
HSL 98.96º 0.84% 0.64% -
HSV(B) 98.96º 0.64% 0.94% -
XYZ 43.66 68.57 19.74 -
YUV 192.54 67.87 90.52 -
System Red Green Blue C M Y K H S L
Decimal 140 240 86 0.42 0 0.64 0.06 98.96 0.84 0.64
Hex 8C F0 56 2A 0 40 6 63 54 40
Octal 214 360 126 52 0 100 6 143 124 100
Binary 10001100 11110000 1010110 101010 0 1000000 110 1100011 1010100 1000000

Color Harmonies of #8CF056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF056

Black with #8CF056

Text Example


Text Example

White with #8CF056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,240,86); }

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

background-color css

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

 a { background-color: rgb(140,240,86); }

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

border-color css

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

 span { border-color: rgb(140,240,86); }

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