Html Css Color HEX #8CCD6E Mantis

📋 copy color: '#8CCD6E'

red 140 ◦ green 205 ◦ blue 110

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

Shades of Mantis #8CCD6E

Tints of Mantis #8CCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.05%

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 30.77%
G = 45.05%
B = 24.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#8CCD6E (or 0x8CCD6E) is known color: Mantis. HEX triplet: 8C, CD and 6E. RGB value is (140,205,110). Sum of RGB (Red+Green+Blue) = 140+205+110=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD6E is #733291. Grayscale: #AFAFAF. Windows color (decimal): -7549586 or 7261580. OLE color: 7261580.

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

Color convert

RGB 140 205 110 -
CMYK 0.32 0 0.46 0.20
HSL 101.05º 0.49% 0.62% -
HSV(B) 101.05º 0.46% 0.8% -
XYZ 35.46 50.36 22.6 -
YUV 174.74 91.47 103.22 -
System Red Green Blue C M Y K H S L
Decimal 140 205 110 0.32 0 0.46 0.20 101.05 0.49 0.62
Hex 8C CD 6E 20 0 2E 14 65 31 3E
Octal 214 315 156 40 0 56 24 145 61 76
Binary 10001100 11001101 1101110 100000 0 101110 10100 1100101 110001 111110

Color Harmonies of #8CCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD6E

Black with #8CCD6E

Text Example


Text Example

White with #8CCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,205,110); }

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

background-color css

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

 a { background-color: rgb(140,205,110); }

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

border-color css

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

 span { border-color: rgb(140,205,110); }

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