Html Css Color HEX #8DC064 Mantis

📋 copy color: '#8DC064'

red 141 ◦ green 192 ◦ blue 100

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

Shades of Mantis #8DC064

Tints of Mantis #8DC064

RGB

 RED value IS 141 (55.47% from 255) = 32.56%

 GREEN value IS 192 (75.39% from 255) = 44.34%

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

R = 32.56%
G = 44.34%
B = 23.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#8DC064 (or 0x8DC064) is known color: Mantis. HEX triplet: 8D, C0 and 64. RGB value is (141,192,100). Sum of RGB (Red+Green+Blue) = 141+192+100=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC064 is #723F9B. Grayscale: #A6A6A6. Windows color (decimal): -7487388 or 6602893. OLE color: 6602893.

HSL color Cylindrical-coordinate representation of color #8DC064: hue angle of 93.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DC064 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 192 100 -
CMYK 0.27 0 0.48 0.25
HSL 93.26º 0.42% 0.57% -
HSV(B) 93.26º 0.48% 0.75% -
XYZ 32.13 44.28 18.91 -
YUV 166.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 141 192 100 0.27 0 0.48 0.25 93.26 0.42 0.57
Hex 8D C0 64 1B 0 30 19 5D 2A 39
Octal 215 300 144 33 0 60 31 135 52 71
Binary 10001101 11000000 1100100 11011 0 110000 11001 1011101 101010 111001

Color Harmonies of #8DC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC064

Black with #8DC064

Text Example


Text Example

White with #8DC064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,192,100); }

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

background-color css

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

 a { background-color: rgb(141,192,100); }

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

border-color css

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

 span { border-color: rgb(141,192,100); }

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