#7CC74F

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

Shades of Mantis #7CC74F

Tints of Mantis #7CC74F

Color information

#7CC74F (or 0x7CC74F) is unknown color: approx Mantis. HEX triplet: 7C, C7 and 4F. RGB value is (124,199,79). Sum of RGB (Red+Green+Blue) = 124+199+79=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC74F is #8338B0. Grayscale: #A3A3A3. Windows color (decimal): -8599729 or 5228412. OLE color: 5228412.

HSL color Cylindrical-coordinate representation of color #7CC74F: hue angle of 97.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CC74F is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB12419979-
CMYK0.3800.600.22
HSL97.5º51.72%54.51%-
HSV(B)97.5º60.3%78.04%-
XYZ30.1545.714.63-
YUV162.8980.65100.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 199 (78.12% from 255) = 49.50%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=30.85%
G=49.50%
B=19.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal124199790.3800.600.2297.551.7254.51
Hex7CC74F2603C16623437
Octal17430711746074261426467
Binary11111001100011110011111001100111100101101100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,199,79); }

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

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

 a { background-color: rgb(124,199,79); }

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

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

 span { border-color: rgb(124,199,79); }

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