#8CC34B

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

Shades of Mantis #8CC34B

Tints of Mantis #8CC34B

Color information

#8CC34B (or 0x8CC34B) is unknown color: approx Mantis. HEX triplet: 8C, C3 and 4B. RGB value is (140,195,75). Sum of RGB (Red+Green+Blue) = 140+195+75=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC34B is #733CB4. Grayscale: #A5A5A5. Windows color (decimal): -7552181 or 4965260. OLE color: 4965260.

HSL color Cylindrical-coordinate representation of color #8CC34B: hue angle of 87.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CC34B is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB14019575-
CMYK0.2800.620.24
HSL87.5º50%52.94%-
HSV(B)87.5º61.54%76.47%-
XYZ31.645.1113.7-
YUV164.8877.28110.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.15%
GREEN value IS 195 (76.56% from 255) = 47.56%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=34.15%
G=47.56%
B=18.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140195750.2800.620.2487.55052.94
Hex8CC34B1C03E18583235
Octal21430311334076301306265
Binary10001100110000111001011111000111110110001011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,195,75); }

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

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

 a { background-color: rgb(140,195,75); }

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

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

 span { border-color: rgb(140,195,75); }

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