Html Css Color HEX #8CCD5E Mantis

📋 copy color: '#8CCD5E'

red 140 ◦ green 205 ◦ blue 94

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

Shades of Mantis #8CCD5E

Tints of Mantis #8CCD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 31.89%
G = 46.7%
B = 21.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#8CCD5E (or 0x8CCD5E) is known color: Mantis. HEX triplet: 8C, CD and 5E. RGB value is (140,205,94). Sum of RGB (Red+Green+Blue) = 140+205+94=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD5E is #7332A1. Grayscale: #ADADAD. Windows color (decimal): -7549602 or 6213004. OLE color: 6213004.

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

Color convert

RGB 140 205 94 -
CMYK 0.32 0 0.54 0.20
HSL 95.14º 0.53% 0.59% -
HSV(B) 95.14º 0.54% 0.8% -
XYZ 34.67 50.05 18.42 -
YUV 172.91 83.47 104.53 -
System Red Green Blue C M Y K H S L
Decimal 140 205 94 0.32 0 0.54 0.20 95.14 0.53 0.59
Hex 8C CD 5E 20 0 36 14 5F 35 3B
Octal 214 315 136 40 0 66 24 137 65 73
Binary 10001100 11001101 1011110 100000 0 110110 10100 1011111 110101 111011

Color Harmonies of #8CCD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD5E

Black with #8CCD5E

Text Example


Text Example

White with #8CCD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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