Html Css Color HEX #8CC063 Mantis

📋 copy color: '#8CC063'

red 140 ◦ green 192 ◦ blue 99

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

Shades of Mantis #8CC063

Tints of Mantis #8CC063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.97%

R = 32.48%
G = 44.55%
B = 22.97%

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

#8CC063 (or 0x8CC063) is known color: Mantis. HEX triplet: 8C, C0 and 63. RGB value is (140,192,99). Sum of RGB (Red+Green+Blue) = 140+192+99=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC063 is #733F9C. Grayscale: #A6A6A6. Windows color (decimal): -7552925 or 6537356. OLE color: 6537356.

HSL color Cylindrical-coordinate representation of color #8CC063: hue angle of 93.55º 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 #8CC063 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 99 -
CMYK 0.27 0 0.48 0.25
HSL 93.55º 0.42% 0.57% -
HSV(B) 93.55º 0.48% 0.75% -
XYZ 31.92 44.18 18.65 -
YUV 165.85 90.27 109.56 -
System Red Green Blue C M Y K H S L
Decimal 140 192 99 0.27 0 0.48 0.25 93.55 0.42 0.57
Hex 8C C0 63 1B 0 30 19 5E 2A 39
Octal 214 300 143 33 0 60 31 136 52 71
Binary 10001100 11000000 1100011 11011 0 110000 11001 1011110 101010 111001

Color Harmonies of #8CC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC063

Black with #8CC063

Text Example


Text Example

White with #8CC063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,99); }

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

background-color css

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

 a { background-color: rgb(140,192,99); }

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

border-color css

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

 span { border-color: rgb(140,192,99); }

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