#8CCC54

Color #8CCC54 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8CCC54

Tints of Mantis #8CCC54

Color information

#8CCC54 (or 0x8CCC54) is unknown color: approx Mantis. HEX triplet: 8C, CC and 54. RGB value is (140,204,84). Sum of RGB (Red+Green+Blue) = 140+204+84=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCC54 is #7333AB. Grayscale: #ABABAB. Windows color (decimal): -7549868 or 5557388. OLE color: 5557388.

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

Color convert

RGB14020484-
CMYK0.3100.590.2
HSL92º54.05%56.47%-
HSV(B)92º58.82%80%-
XYZ34.0149.416.13-
YUV171.1878.8105.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 204 (80.08% from 255) = 47.66%
BLUE value IS 84 (33.20% from 255) = 19.63%
R=32.71%
G=47.66%
B=19.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140204840.3100.590.29254.0556.47
Hex8CCC541F03B145c3638
Octal21431412437073241346670
Binary10001100110011001010100111110111011101001011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CCC54;
 }
 .AnyTagClassName
 {
   color: #8CCC54;
 }
</style>
background-color css

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

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

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

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

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

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