#8CC54B

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

Shades of Mantis #8CC54B

Tints of Mantis #8CC54B

Color information

#8CC54B (or 0x8CC54B) is unknown color: approx Mantis. HEX triplet: 8C, C5 and 4B. RGB value is (140,197,75). Sum of RGB (Red+Green+Blue) = 140+197+75=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC54B is #733AB4. Grayscale: #A6A6A6. Windows color (decimal): -7551669 or 4965772. OLE color: 4965772.

HSL color Cylindrical-coordinate representation of color #8CC54B: hue angle of 88.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CC54B is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB14019775-
CMYK0.2900.620.23
HSL88.03º51.26%53.33%-
HSV(B)88.03º61.93%77.25%-
XYZ32.0546.0213.85-
YUV166.0576.62109.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.98%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=33.98%
G=47.82%
B=18.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140197750.2900.620.2388.0351.2653.33
Hex8CC54B1D03E17583335
Octal21430511335076271306365
Binary10001100110001011001011111010111110101111011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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