#7CCC3E

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

Shades of Mantis #7CCC3E

Tints of Mantis #7CCC3E

Color information

#7CCC3E (or 0x7CCC3E) is unknown color: approx Mantis. HEX triplet: 7C, CC and 3E. RGB value is (124,204,62). Sum of RGB (Red+Green+Blue) = 124+204+62=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC3E is #8333C1. Grayscale: #A4A4A4. Windows color (decimal): -8598466 or 4115580. OLE color: 4115580.

HSL color Cylindrical-coordinate representation of color #7CCC3E: hue angle of 93.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CCC3E is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB12420462-
CMYK0.3900.700.2
HSL93.8º58.2%52.16%-
HSV(B)93.8º69.61%80%-
XYZ30.7747.8212.17-
YUV163.8970.599.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 204 (80.08% from 255) = 52.31%
BLUE value IS 62 (24.61% from 255) = 15.90%
R=31.79%
G=52.31%
B=15.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124204620.3900.700.293.858.252.16
Hex7CCC3E27046145e3a34
Octal17431476470106241367264
Binary11111001100110011111010011101000110101001011110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,62); }

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

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

 a { background-color: rgb(124,204,62); }

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

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

 span { border-color: rgb(124,204,62); }

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