Html Css Color HEX #8CF256 Mantis

📋 copy color: '#8CF256'

red 140 ◦ green 242 ◦ blue 86

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

Shades of Mantis #8CF256

Tints of Mantis #8CF256

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.71%

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

R = 29.91%
G = 51.71%
B = 18.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#8CF256 (or 0x8CF256) is known color: Mantis. HEX triplet: 8C, F2 and 56. RGB value is (140,242,86). Sum of RGB (Red+Green+Blue) = 140+242+86=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF256 is #730DA9. Grayscale: #C2C2C2. Windows color (decimal): -7540138 or 5698188. OLE color: 5698188.

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

Color convert

RGB 140 242 86 -
CMYK 0.42 0 0.64 0.05
HSL 99.23º 0.86% 0.64% -
HSV(B) 99.23º 0.64% 0.95% -
XYZ 44.25 69.75 19.94 -
YUV 193.72 67.21 89.68 -
System Red Green Blue C M Y K H S L
Decimal 140 242 86 0.42 0 0.64 0.05 99.23 0.86 0.64
Hex 8C F2 56 2A 0 40 5 63 56 40
Octal 214 362 126 52 0 100 5 143 126 100
Binary 10001100 11110010 1010110 101010 0 1000000 101 1100011 1010110 1000000

Color Harmonies of #8CF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF256

Black with #8CF256

Text Example


Text Example

White with #8CF256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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