Html Css Color HEX #8CCD64 Mantis

📋 copy color: '#8CCD64'

red 140 ◦ green 205 ◦ blue 100

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

Shades of Mantis #8CCD64

Tints of Mantis #8CCD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 31.46%
G = 46.07%
B = 22.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#8CCD64 (or 0x8CCD64) is known color: Mantis. HEX triplet: 8C, CD and 64. RGB value is (140,205,100). Sum of RGB (Red+Green+Blue) = 140+205+100=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD64 is #73329B. Grayscale: #ADADAD. Windows color (decimal): -7549596 or 6606220. OLE color: 6606220.

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

Color convert

RGB 140 205 100 -
CMYK 0.32 0 0.51 0.20
HSL 97.14º 0.51% 0.6% -
HSV(B) 97.14º 0.51% 0.8% -
XYZ 34.95 50.16 19.9 -
YUV 173.6 86.47 104.04 -
System Red Green Blue C M Y K H S L
Decimal 140 205 100 0.32 0 0.51 0.20 97.14 0.51 0.6
Hex 8C CD 64 20 0 33 14 61 33 3C
Octal 214 315 144 40 0 63 24 141 63 74
Binary 10001100 11001101 1100100 100000 0 110011 10100 1100001 110011 111100

Color Harmonies of #8CCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD64

Black with #8CCD64

Text Example


Text Example

White with #8CCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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