#7CD149

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

Shades of Mantis #7CD149

Tints of Mantis #7CD149

Color information

#7CD149 (or 0x7CD149) is unknown color: approx Mantis. HEX triplet: 7C, D1 and 49. RGB value is (124,209,73). Sum of RGB (Red+Green+Blue) = 124+209+73=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #7CD149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD149 is #832EB6. Grayscale: #A8A8A8. Windows color (decimal): -8597175 or 4837756. OLE color: 4837756.

HSL color Cylindrical-coordinate representation of color #7CD149: hue angle of 97.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CD149 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB12420973-
CMYK0.4100.650.18
HSL97.5º59.65%55.29%-
HSV(B)97.5º65.07%81.96%-
XYZ32.3250.3714.32-
YUV168.0874.3496.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 209 (82.03% from 255) = 51.48%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=30.54%
G=51.48%
B=17.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal124209730.4100.650.1897.559.6555.29
Hex7CD1492904112623c37
Octal174321111510101221427467
Binary111110011010001100100110100101000001100101100010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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