#7CCF49

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

Shades of Mantis #7CCF49

Tints of Mantis #7CCF49

Color information

#7CCF49 (or 0x7CCF49) is unknown color: approx Mantis. HEX triplet: 7C, CF and 49. RGB value is (124,207,73). Sum of RGB (Red+Green+Blue) = 124+207+73=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF49 is #8330B6. Grayscale: #A7A7A7. Windows color (decimal): -8597687 or 4837244. OLE color: 4837244.

HSL color Cylindrical-coordinate representation of color #7CCF49: hue angle of 97.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CCF49 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB12420773-
CMYK0.4000.650.19
HSL97.16º58.26%54.9%-
HSV(B)97.16º64.73%81.18%-
XYZ31.8349.3914.16-
YUV166.917597.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 207 (81.25% from 255) = 51.24%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=30.69%
G=51.24%
B=18.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal124207730.4000.650.1997.1658.2654.9
Hex7CCF492804113613a37
Octal174317111500101231417267
Binary111110011001111100100110100001000001100111100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,207,73); }

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

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

 a { background-color: rgb(124,207,73); }

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

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

 span { border-color: rgb(124,207,73); }

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