Html Css Color HEX #8CCC56 Mantis

📋 copy color: '#8CCC56'

red 140 ◦ green 204 ◦ blue 86

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

Shades of Mantis #8CCC56

Tints of Mantis #8CCC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

 BLUE value IS 86 (33.98% from 255) = 20%

R = 32.56%
G = 47.44%
B = 20%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#8CCC56 (or 0x8CCC56) is known color: Mantis. HEX triplet: 8C, CC and 56. RGB value is (140,204,86). Sum of RGB (Red+Green+Blue) = 140+204+86=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC56 is #7333A9. Grayscale: #ABABAB. Windows color (decimal): -7549866 or 5688460. OLE color: 5688460.

HSL color Cylindrical-coordinate representation of color #8CCC56: hue angle of 92.54º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CCC56 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 86 -
CMYK 0.31 0 0.58 0.2
HSL 92.54º 0.54% 0.57% -
HSV(B) 92.54º 0.58% 0.8% -
XYZ 34.09 49.43 16.55 -
YUV 171.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 140 204 86 0.31 0 0.58 0.2 92.54 0.54 0.57
Hex 8C CC 56 1F 0 3A 14 5D 36 39
Octal 214 314 126 37 0 72 24 135 66 71
Binary 10001100 11001100 1010110 11111 0 111010 10100 1011101 110110 111001

Color Harmonies of #8CCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC56

Black with #8CCC56

Text Example


Text Example

White with #8CCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,86); }

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

background-color css

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

 a { background-color: rgb(140,204,86); }

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

border-color css

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

 span { border-color: rgb(140,204,86); }

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