#7CCA64

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

Shades of Mantis #7CCA64

Tints of Mantis #7CCA64

Color information

#7CCA64 (or 0x7CCA64) is unknown color: approx Mantis. HEX triplet: 7C, CA and 64. RGB value is (124,202,100). Sum of RGB (Red+Green+Blue) = 124+202+100=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCA64 is #83359B. Grayscale: #A7A7A7. Windows color (decimal): -8598940 or 6605436. OLE color: 6605436.

HSL color Cylindrical-coordinate representation of color #7CCA64: hue angle of 105.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CCA64 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB124202100-
CMYK0.3900.500.21
HSL105.88º49.04%59.22%-
HSV(B)105.88º50.5%79.22%-
XYZ31.7347.4519.54-
YUV167.0590.1697.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.11%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=29.11%
G=47.42%
B=23.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242021000.3900.500.21105.8849.0459.22
Hex7CCA6427032156a313b
Octal17431214447062251526173
Binary11111001100101011001001001110110010101011101010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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