Html Css Color HEX #8CE35F Mantis

📋 copy color: '#8CE35F'

red 140 ◦ green 227 ◦ blue 95

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

Shades of Mantis #8CE35F

Tints of Mantis #8CE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 30.3%
G = 49.13%
B = 20.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#8CE35F (or 0x8CE35F) is known color: Mantis. HEX triplet: 8C, E3 and 5F. RGB value is (140,227,95). Sum of RGB (Red+Green+Blue) = 140+227+95=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE35F is #731CA0. Grayscale: #BABABA. Windows color (decimal): -7543969 or 6284172. OLE color: 6284172.

HSL color Cylindrical-coordinate representation of color #8CE35F: hue angle of 99.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CE35F is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 227 95 -
CMYK 0.38 0 0.58 0.11
HSL 99.55º 0.7% 0.63% -
HSV(B) 99.55º 0.58% 0.89% -
XYZ 40.35 61.34 20.54 -
YUV 185.94 76.68 95.23 -
System Red Green Blue C M Y K H S L
Decimal 140 227 95 0.38 0 0.58 0.11 99.55 0.7 0.63
Hex 8C E3 5F 26 0 3A B 64 46 3F
Octal 214 343 137 46 0 72 13 144 106 77
Binary 10001100 11100011 1011111 100110 0 111010 1011 1100100 1000110 111111

Color Harmonies of #8CE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE35F

Black with #8CE35F

Text Example


Text Example

White with #8CE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,227,95); }

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

background-color css

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

 a { background-color: rgb(140,227,95); }

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

border-color css

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

 span { border-color: rgb(140,227,95); }

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