Html Css Color HEX #8CF058 Mantis

📋 copy color: '#8CF058'

red 140 ◦ green 240 ◦ blue 88

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

Shades of Mantis #8CF058

Tints of Mantis #8CF058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.8%

R = 29.91%
G = 51.28%
B = 18.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#8CF058 (or 0x8CF058) is known color: Mantis. HEX triplet: 8C, F0 and 58. RGB value is (140,240,88). Sum of RGB (Red+Green+Blue) = 140+240+88=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF058 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF058 is #730FA7. Grayscale: #C1C1C1. Windows color (decimal): -7540648 or 5828748. OLE color: 5828748.

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

Color convert

RGB 140 240 88 -
CMYK 0.42 0 0.63 0.06
HSL 99.47º 0.84% 0.64% -
HSV(B) 99.47º 0.63% 0.94% -
XYZ 43.74 68.6 20.17 -
YUV 192.77 68.87 90.36 -
System Red Green Blue C M Y K H S L
Decimal 140 240 88 0.42 0 0.63 0.06 99.47 0.84 0.64
Hex 8C F0 58 2A 0 3F 6 63 54 40
Octal 214 360 130 52 0 77 6 143 124 100
Binary 10001100 11110000 1011000 101010 0 111111 110 1100011 1010100 1000000

Color Harmonies of #8CF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF058

Black with #8CF058

Text Example


Text Example

White with #8CF058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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