#7CCA4A

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

Shades of Mantis #7CCA4A

Tints of Mantis #7CCA4A

Color information

#7CCA4A (or 0x7CCA4A) is unknown color: approx Mantis. HEX triplet: 7C, CA and 4A. RGB value is (124,202,74). Sum of RGB (Red+Green+Blue) = 124+202+74=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA4A is #8335B5. Grayscale: #A4A4A4. Windows color (decimal): -8598966 or 4901500. OLE color: 4901500.

HSL color Cylindrical-coordinate representation of color #7CCA4A: hue angle of 96.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CCA4A is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB12420274-
CMYK0.3900.630.21
HSL96.56º54.7%54.12%-
HSV(B)96.56º63.37%79.22%-
XYZ30.6747.0213.94-
YUV164.0977.1699.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 74 (29.30% from 255) = 18.5%
R=31%
G=50.5%
B=18.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124202740.3900.630.2196.5654.754.12
Hex7CCA4A2703F15613736
Octal17431211247077251416766
Binary11111001100101010010101001110111111101011100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CCA4A; }

 p { color: rgb(124,202,74); }

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

<style>
 a { background-color: #7CCA4A; }

 a { background-color: rgb(124,202,74); }

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

<style>
 span { border-color: #7CCA4A; }

 span { border-color: rgb(124,202,74); }

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