Html Css Color HEX #8CCE70 Mantis

📋 copy color: '#8CCE70'

red 140 ◦ green 206 ◦ blue 112

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

Shades of Mantis #8CCE70

Tints of Mantis #8CCE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 30.57%
G = 44.98%
B = 24.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#8CCE70 (or 0x8CCE70) is known color: Mantis. HEX triplet: 8C, CE and 70. RGB value is (140,206,112). Sum of RGB (Red+Green+Blue) = 140+206+112=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE70 is #73318F. Grayscale: #AFAFAF. Windows color (decimal): -7549328 or 7392908. OLE color: 7392908.

HSL color Cylindrical-coordinate representation of color #8CCE70: hue angle of 102.13º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CCE70 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 112 -
CMYK 0.32 0 0.46 0.19
HSL 102.13º 0.49% 0.62% -
HSV(B) 102.13º 0.46% 0.81% -
XYZ 35.81 50.89 23.26 -
YUV 175.55 92.13 102.64 -
System Red Green Blue C M Y K H S L
Decimal 140 206 112 0.32 0 0.46 0.19 102.13 0.49 0.62
Hex 8C CE 70 20 0 2E 13 66 31 3E
Octal 214 316 160 40 0 56 23 146 61 76
Binary 10001100 11001110 1110000 100000 0 101110 10011 1100110 110001 111110

Color Harmonies of #8CCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCE70

Black with #8CCE70

Text Example


Text Example

White with #8CCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,112); }

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

background-color css

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

 a { background-color: rgb(140,206,112); }

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

border-color css

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

 span { border-color: rgb(140,206,112); }

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